summaryrefslogtreecommitdiff
path: root/src/Cech_complex
AgeCommit message (Expand)Author
2022-12-12Update src/Cech_complex/utilities/cechcomplex.mdVincent Rouvreau
2022-11-30Fix option name in Cech utility documentationVincent Rouvreau
2022-11-18Merge pull request #700 from VincentRouvreau/cite_gudhi_biblioVincent Rouvreau
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify utilit...Vincent Rouvreau
2022-09-26Cech_persistence utility for safe/exact/fast modeVincent Rouvreau
2022-09-16Add Hind as co-author of the cech module as she reworked itVincent Rouvreau
2022-08-10Merge pull request #667 from Hind-M/cech_exactVincent Rouvreau
2022-08-05Merge remote-tracking branch 'upstream/master' into cech_exactHind-M
2022-08-05Merge remote-tracking branch 'upstream/master' into cech_check_filtHind-M
2022-08-05Ensure valid filtration before setting it in cechHind-M
2022-08-04Use exact option when computing edges filtrations as well in cechHind-M
2022-08-03Remove useless exact option when getting filtration from faceHind-M
2022-08-02Get filtration from face regardless of key valueHind-M
2022-08-02Get filtration from face when it's the same as simplexHind-M
2022-07-06Move clog of radius after its assignmentHind-M
2022-07-06Switch lines to use intermediate variableHind-M
2022-07-06Use reference to sph for a better readabilityHind-M
2022-07-05Merge remote-tracking branch 'upstream/master' into cech_optiHind-M
2022-07-05No need for a sph copy anymoreHind-M
2022-07-01Use dimension to get range size to reserve vector in cechHind-M
2022-06-30Reuse vector of points and reserve to avoid reallocationsHind-M
2022-06-30Assign to sh same key as face in cechHind-M
2022-06-24Merge remote-tracking branch 'upstream/master' into cech_extra_pointHind-M
2022-06-24Use CGAL::NT_converter instead of CGAL::to_double in Sphere_circumradiusHind-M
2022-06-21-Add/modify some commentsHind-M
2022-06-16Add exact option for exact cech variantHind-M
2022-06-14Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ...Hind-M
2022-04-28Put edge sphere in cacheHind-M
2022-04-27Ultimately, we don't really need to store the min enclosing ball in case itHind-M
2022-04-27Remove unnecessary code from cech blockerHind-M
2022-04-26Modify cech docHind-M
2022-04-25Use Dimension_tag<2> instead of Dynamic_dimension_tag in cech_complex_example...Hind-M
2022-04-25Remove cech_complex_step_by_step example and MiniballHind-M
2022-04-25Remove proximity_graph computation benchmarkHind-M
2022-03-08Modify cech benchmark to include both Epick and Epeck casesHind-M
2022-03-04Use Euclidean_distance instead of CGAL dependant Sphere_circumradius for Rips...Hind-M
2022-02-11Set back original simple cech example from pointsHind-M
2022-02-11Update cech doc intro regarding code modificationHind-M
2022-02-11Do some code clean up/renamingHind-M
2022-02-02Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-01-06Add left out kernel to Minimal_enclosing_ball_radius class in cech exampleHind-M
2022-01-06Make kernel a parameter of Minimal_enclosing_ball_radius classHind-M
2021-12-29Fix bad gudhi_check in Cech benchmarkHind-M
2021-12-29Get min sphere without using a setHind-M
2021-10-19Make Cech benchmark workHind-M
2021-10-13Change version of CGAL_WITH_EIGEN3 to 5.0.1 for cech useHind-M
2021-10-12Remove old implementation of Minimal_enclosing_ball_radius operator ()Hind-M
2021-10-11Change the minimal version of CGAL_WITH_EIGEN3 to 5.1.0 for cech use (tests, ...Hind-M
2021-10-06Replace CGAL_FOUND flag with version check of CGAL_WITH_EIGEN3_VERSIONHind-M
2021-10-01Separate Minimal_enclosing_ball_radius class which uses CGAL from common dist...Hind-M