summaryrefslogtreecommitdiff
path: root/src/Collapse/test
AgeCommit message (Expand)Author
2020-06-26Use free functions for tests and examplesROUVREAU Vincent
2020-06-25Remove interface with boost graphs and use boost transform for data from graphsROUVREAU Vincent
2020-06-23Fix uses of emplace_backMarc Glisse
2020-06-18Code review: Use a flat (u, v, filt) instead of (pair(u, v), filt)ROUVREAU Vincent
2020-06-18Code review: replace push_back with emplace_backROUVREAU Vincent
2020-06-18Code review: rename collapse_edges as remaining_edgesROUVREAU Vincent
2020-06-18code review: graph not hardcoded. Implies ctor from filtered edges to be modi...ROUVREAU Vincent
2020-06-18Code review: rename Flag_complex_sparse_matrix as edge_collapser and filtered...ROUVREAU Vincent
2020-04-13Remove Rips_edge_list and review the interfacesROUVREAU Vincent
2020-04-12Modify interface and utilsROUVREAU Vincent
2020-04-11Vertex_handle, Filtration_value and Row_index typeROUVREAU Vincent
2020-04-10All in a Gudhi::collapse namespaceROUVREAU 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 num_vertices from flag complex sparse matrix constructor as demanded b...ROUVREAU Vincent
2020-04-06Some renameROUVREAU Vincent
2020-04-06Some cleanupROUVREAU Vincent
2020-04-04Test basic examplesROUVREAU Vincent
2020-04-03First test versionROUVREAU Vincent
2020-04-03Add doc and start testsROUVREAU Vincent