summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-28Replace push_back(T(args...)) with emplace_back(args...)Marc Glisse
2020-06-28Use make_unique to construct a unique_ptrMarc Glisse
2020-06-28Use boost::size for unknown incoming rangesMarc Glisse
2020-06-26free functions for utilsROUVREAU Vincent
2020-06-26Use free functions for tests and examplesROUVREAU Vincent
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-25parent_scope when setting variables in a functionROUVREAU 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-25Some debug tracesROUVREAU Vincent
2020-06-25cache checkdep_usetex valueROUVREAU Vincent
2020-06-25Error messagesROUVREAU Vincent
2020-06-25Clean up the modificationsROUVREAU Vincent
2020-06-24Only mpfr is a listROUVREAU Vincent
2020-06-24Add some debug traces on mpfr release/debug packagesROUVREAU Vincent
2020-06-24Try to set MPFR_LIBRARIES_DIRROUVREAU Vincent
2020-06-24secure library_dirs in setup.py for Windows compilationROUVREAU 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-22Merge branch 'master' into alpha_complex_3d_pythonROUVREAU Vincent
2020-06-22test 3d tetrahedrons with and without filtration valuesROUVREAU Vincent
2020-06-21Add tests for 3d points on a planeROUVREAU Vincent
2020-06-19When 3d points are on a 2d plane case - Fixes also default_filtration_value=T...ROUVREAU Vincent
2020-06-19Mention the 2 billion limit in the docMarc Glisse
2020-06-19Merge remote-tracking branch 'origin/master' into tomato2Marc Glisse
2020-06-19fix for null inertiasmartinroyer
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-17was not working correctlyROUVREAU Vincent
2020-06-17use checkdep_usetex from matplotlib to check if latex is availableROUVREAU Vincent
2020-06-16Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-16Merge branch 'master' into edge_collapse_integration_vincentROUVREAU Vincent
2020-06-16Merge branch 'master' into alpha_complex_3d_pythonROUVREAU Vincent
2020-06-16Code review: check point is not empty. vector reserve. Kernel and Point type ...ROUVREAU Vincent