summaryrefslogtreecommitdiff
path: root/src/Collapse/utilities/point_cloud_edge_collapse_rips_persistence.cpp
AgeCommit message (Collapse)Author
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify ↵Vincent Rouvreau
utilities help to be in agreement with this
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2020-06-26free functions for utilsROUVREAU Vincent
2020-06-26iterate on edge collapse for utilsROUVREAU Vincent
2020-06-25Update src/Collapse/utilities/point_cloud_edge_collapse_rips_persistence.cppVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-06-25Iterate on edge collapse for utilsROUVREAU Vincent
2020-06-25Remove interface with boost graphs and use boost transform for data from graphsROUVREAU Vincent
2020-06-18Code review: Use a flat (u, v, filt) instead of (pair(u, v), filt)ROUVREAU 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-17Split Row_index into IVertex and Edge_indexMarc Glisse
We can always choose other names, the main goal was being able to identify what is what from the name.
2020-06-04Fix warningsROUVREAU Vincent
2020-06-04Fix tests and utilsROUVREAU Vincent
2020-06-03Add an example that tests the persistence is conserved when using edge ↵ROUVREAU Vincent
collapse, versus a classical rips
2020-04-12Modify interface and utilsROUVREAU Vincent
2020-04-11Proper copyrights and doc for utilsROUVREAU Vincent
2020-04-11Vertex_handle, Filtration_value and Row_index typeROUVREAU Vincent
2020-04-10All in a Gudhi::collapse namespaceROUVREAU 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 ↵ROUVREAU Vincent
by Marc in strong complex review. Some cleanup
2020-04-06Some renameROUVREAU Vincent
2020-03-19Same test for point cloud and distance matrix. Collapse distance matrix to ↵ROUVREAU Vincent
use the same args as rips_distance_matrix_persistence utility
2020-03-19Use the same rips boost program optionsROUVREAU Vincent
2020-03-19Add utilitiesROUVREAU Vincent