summaryrefslogtreecommitdiff
path: root/src/Collapse
AgeCommit message (Expand)Author
2020-06-03Add an example that tests the persistence is conserved when using edge collap...ROUVREAU Vincent
2020-06-02code review: GUDHI_CHECK if u==v oninsert_edge methodROUVREAU Vincent
2020-06-02code review: Remove the clear as this function won't be called several timesROUVREAU Vincent
2020-06-02doc review: Move a sentence as a module summaryROUVREAU Vincent
2020-05-25Code review: remove inner_effected_indcs clear as it will be done when closin...ROUVREAU Vincent
2020-05-25Code review: filtered_edge_collapse is not requiring an output_iterator but a...ROUVREAU Vincent
2020-05-25Code review: add some comments on three_clique_indicesROUVREAU Vincent
2020-05-25Code review: remove effected_indices clearROUVREAU Vincent
2020-05-25Code review: Remove domination_indicator_ as it is a left over from strong co...ROUVREAU Vincent
2020-05-25Code review: No need to pass an edge to closed_common_neighbours_row_index, c...ROUVREAU Vincent
2020-05-25Code review: rename check_edge_domination as edge_is_dominatedROUVREAU Vincent
2020-05-25Code review: rows_ is not mandatoryROUVREAU Vincent
2020-05-25Code review: emplace wo std::make_pairROUVREAU Vincent
2020-05-25Code review: use emplace on unordered_map in insert_vertexROUVREAU Vincent
2020-05-25Code review: Rename insert_new_edge methodROUVREAU Vincent
2020-05-25Use C++ boolean logical operatorROUVREAU Vincent
2020-05-25Code review: Remove num_vertices and initialize sparse matrix in the constructorROUVREAU Vincent
2020-05-25Code review: use std::sort instead of std::stable_sortROUVREAU Vincent
2020-05-25Code review: row_to_vertex_ can be a vectorROUVREAU Vincent
2020-05-11Update src/Collapse/doc/intro_edge_collapse.hVincent Rouvreau
2020-04-28Merge branch 'edge_collapse_integration_vincent' of github.com:VincentRouvrea...ROUVREAU Vincent
2020-04-28Code and doc review fixROUVREAU Vincent
2020-04-17Update src/Collapse/utilities/collapse.mdVincent Rouvreau
2020-04-14Windows appveyor do not like not operatorROUVREAU Vincent
2020-04-14Some documentation and examplesROUVREAU Vincent
2020-04-14Some documentationROUVREAU Vincent
2020-04-13Add some documentationROUVREAU Vincent
2020-04-13Remove Rips_edge_list and review the interfacesROUVREAU Vincent
2020-04-12Modify interface and utilsROUVREAU Vincent
2020-04-12constifyROUVREAU Vincent
2020-04-11Proper copyrights and doc for utilsROUVREAU Vincent
2020-04-11Vertex_handle, Filtration_value and Row_index typeROUVREAU Vincent
2020-04-10Conventions for variables and type namesROUVREAU Vincent
2020-04-10All in a Gudhi::collapse namespaceROUVREAU Vincent
2020-04-09Use operator[] instead of method at()ROUVREAU Vincent
2020-04-09Remove some unused includeROUVREAU Vincent
2020-04-09Fix unit testROUVREAU Vincent
2020-04-09Use an output iterator for edge collapse return instead of storing itROUVREAU Vincent
2020-04-06Remove rips edge list first partROUVREAU Vincent
2020-04-06remove num_vertices from flag complex sparse matrix constructor as demanded b...ROUVREAU Vincent
2020-04-06Rename some variablesROUVREAU Vincent
2020-04-06Some rename variables and cleanupROUVREAU Vincent
2020-04-06Some renameROUVREAU Vincent
2020-04-06Some cleanupROUVREAU Vincent
2020-04-05Re-format comments and tracesROUVREAU Vincent
2020-04-05Some cleanupROUVREAU Vincent
2020-04-04Test basic examplesROUVREAU Vincent
2020-04-03First test versionROUVREAU Vincent
2020-04-03Add doc and start testsROUVREAU Vincent
2020-03-24clang format and remove useless variables and typesROUVREAU Vincent