summaryrefslogtreecommitdiff
path: root/src/Rips_complex/include/gudhi/Sparse_rips_complex.h
AgeCommit message (Collapse)Author
2021-04-22Fix return type of source/targetMarc Glisse
2021-04-20Vertex_handle -> size_tMarc Glisse
2021-04-20Targeted include, more constMarc Glisse
2021-04-17Safely drop some vertices in sparse RipsMarc Glisse
2021-04-17Introduce a custom graph typeMarc Glisse
2021-04-17Sparse Rips: disable `mini`, optimize a bit redundant pointsMarc Glisse
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-05-10Fix blocker formulaMarc Glisse
I had copied it straight from the paper, without adding the factor 2 we have everywhere.
2019-04-16Add min and max filtration values for the sparse RipsMarc Glisse
2019-04-13Fix the documentation of what relation i and j satisfy in the lower ↵Marc Glisse
triangular part of a matrix.
2019-04-13Handle triangular matrixMarc Glisse
2019-04-11commentsMarc Glisse
2019-03-19FixesMarc Glisse
2019-03-19Filter during expansion. Completely untested.Marc Glisse
2019-03-19Start fixing the sparse rips to match the true definition (not a clique complex)Marc Glisse
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex ↵vrouvrea
tree insert_graph method Use of directed adjacency lists to fasten computation and use less memory git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/adjacency_list_direction_improvement@4061 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 839fabc15398ce590d09806bd783cd656029f3c1
2018-06-13Fix cppcheck issuesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3601 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 44cc04b1609d3b3d40382fd02d4fe15e5ba0159f
2018-04-26Fix Copyrightsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copyright_clarification_vincent@3400 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff348beedf92656c6913c2a1df983b5804b33988
2018-04-04Merge sparse rips branch in trunkvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3336 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 01dcab006197637ccba9c29f8990375fe05ad7b4
2018-02-02epsilonglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3209 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c7cac815867c94821d13d8dd972e6505c43b04ba
2018-02-01git-svn-id: ↵glisse
svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3208 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2e0fd8691e04dd1088673910258017802370d265
2018-01-30Double all filtration values.glisse
It was using the Cech convention, not the Rips, so the Rips approximation was not close to the Rips, which is likely to confuse users. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3188 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7b948c956f39dc75931cb00a64516d08ff42e435
2018-01-26doc for epsilonglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3162 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 02ec0665d288e7e68959aa188cd291924a7d1c8f
2018-01-16Initial commit of sparse Rips, based on Rips_complex.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3137 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f0550a0a24a25e8d9ab16535eb4364e8dc4228e6