summaryrefslogtreecommitdiff
path: root/src/Collapse/example
AgeCommit message (Collapse)Author
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-06-26Use free functions for tests and examplesROUVREAU Vincent
2020-06-26Free function, doc and basic exampleROUVREAU 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: rename persistence pairs as persistence intervalsROUVREAU Vincent
2020-06-18Code review: sort persistence intervals by length, dimension is no more a ↵ROUVREAU Vincent
criteria
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 ↵ROUVREAU Vincent
modified
2020-06-18Code review: rename Flag_complex_sparse_matrix as edge_collapser and ↵ROUVREAU Vincent
filtered_edge_collapse method as process_edges
2020-06-04Fix warningsROUVREAU Vincent
2020-06-04Fix tests and utilsROUVREAU Vincent
2020-06-04Revert "Try to add inf values"ROUVREAU Vincent
This reverts commit 8e3e8efcb0c9a3e5650545ee0d9756129b10a95c.
2020-06-04Try to add inf valuesROUVREAU Vincent
2020-06-04Remove useless tracesROUVREAU Vincent
2020-06-03Add an example that tests the persistence is conserved when using edge ↵ROUVREAU Vincent
collapse, versus a classical rips
2020-04-14Some documentation and examplesROUVREAU Vincent