summaryrefslogtreecommitdiff
path: root/src/Cech_complex
AgeCommit message (Expand)Author
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-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
2021-09-30Add Cech tests, examples, utilities and benchmark to the build only if CGAL i...Hind-M
2021-09-30Move minimal enclosing balls cache to Cech_complex.h instead of the blockerHind-M
2021-09-08Change cache so that the index of the stored sphere is used as keyHind-M
2021-09-06Remove unnecessary key permutations storage in cacheHind-M
2021-08-18Modify the algorithm to get the minimal enclosing ballHind-M
2021-08-09First version of cech enhancementHind-M
2021-06-08Fix incorrect comments relative to CechHind-M
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost t...ROUVREAU Vincent
2020-07-24Fix Cech utils documentation to make it work for the web siteROUVREAU Vincent
2020-03-05Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-24Modern cmake for boost approachROUVREAU Vincent
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage t...ROUVREAU Vincent
2019-10-09Fix wikipedia link for Cech complexMarc Glisse
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-08-07Fix issue #13 : [Global - utilities] use exit(-1) instead of std::abort in ut...vrouvrea
2018-06-13Fix cppcheck issuesvrouvrea
2018-05-29Clang format filesvrouvrea