summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-26Free function, doc and basic exampleROUVREAU Vincent
2020-06-26iterate on edge collapse for utilsROUVREAU Vincent
2020-06-25Update src/Collapse/utilities/point_cloud_edge_collapse_rips_persistence.cppVincent Rouvreau
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-25Doc review: no duplicated edgesROUVREAU Vincent
2020-06-25Doc review: link on recent boost docROUVREAU Vincent
2020-06-25Merge conflictsROUVREAU Vincent
2020-06-25Code review: remove 'boost::' in front of edges and get methodROUVREAU Vincent
2020-06-23Fix uses of emplace_backMarc Glisse
2020-06-22Don't explicitly copy the neighbors to a vector each timeMarc Glisse
2020-06-18Code review: modify last element with final aka. std::endROUVREAU Vincent
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 cri...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-06-17Map *internal* edges to their indexMarc Glisse
2020-06-17Let insert_vertex return some infoMarc Glisse
2020-06-17Expand the matrix dynamically when inserting new verticesMarc Glisse
2020-06-17Split Row_index into IVertex and Edge_indexMarc Glisse
2020-06-16Merge branch 'master' into edge_collapse_integration_vincentROUVREAU Vincent
2020-06-15Add image for edge collapseROUVREAU Vincent
2020-06-12Mention pip packageMarc Glisse
2020-06-12Merge pull request #335 from VincentRouvreau/gudhi_pip_packageVincent Rouvreau
2020-06-11Make some neighborhoods openMarc Glisse
2020-06-11Upload dlls from gudhi directoryROUVREAU Vincent
2020-06-11Replace SparseMatrix with vector<SparseVector>Marc Glisse
2020-06-11Store edge indices instead of unused filtration value, in the matrixMarc Glisse
2020-06-11Make u_set_dominated_edges_ implicitMarc Glisse
2020-06-11Remove unused u_set_removed_edges_Marc Glisse
2020-06-11cannot import WinDLL from ctypes on non-windows systemsROUVREAU Vincent
2020-06-11Add distributor the right to add dll to the packageROUVREAU Vincent
2020-06-09Merge pull request #337 from mglisse/herabMarc Glisse
2020-06-09move cython from install_requires to setup_requiresROUVREAU Vincent
2020-06-06Merge pull request #326 from VincentRouvreau/alpha_complex_python_fast_and_exactVincent Rouvreau
2020-06-05author, etcMarc Glisse
2020-06-05code review: exact version was not correctROUVREAU Vincent
2020-06-05Doc changes after Vincent's reviewMarc Glisse
2020-06-05Merge pull request #344 from mglisse/bottlenoneMarc Glisse
2020-06-05Doc tweak by VincentMarc Glisse
2020-06-05code review: rename complexity with precisionROUVREAU Vincent
2020-06-05code review: rename ph as pointROUVREAU Vincent
2020-06-05Code review: 'fast' class attribute was not necessary and redundant with C++ ...ROUVREAU Vincent
2020-06-05Code review: no link to CGAL::Lazy_exact_nt and no guarantee on fast precisionROUVREAU Vincent
2020-06-05Code review: type is floatROUVREAU Vincent
2020-06-05Update src/python/gudhi/alpha_complex.pyxVincent Rouvreau
2020-06-04rollback 85dc5c1 as the information is not quite the same in both structureROUVREAU Vincent