summaryrefslogtreecommitdiff
path: root/src/Cech_complex
AgeCommit message (Collapse)Author
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
-Some other minor changes -Change license to LGPL
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
in cech
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
contains the extra point, a bool is enough
2022-04-27Remove unnecessary code from cech blockerHind-M
2022-04-26Modify cech docHind-M
Use Filtration_value instead of double for casting Use a templated range of points instead of vector in cech constructor Capitalize sphere_circumradius.h file name and make it private in doc
2022-04-25Use Dimension_tag<2> instead of Dynamic_dimension_tag in ↵Hind-M
cech_complex_example_from_points.cpp
2022-04-25Remove cech_complex_step_by_step example and MiniballHind-M
2022-04-25Remove proximity_graph computation benchmarkHind-M
Add Dynamic_dimension_tag case
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 ↵Hind-M
Rips in Cech benchmark
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
Use Epick in cech benchmark instead of Epeck
2021-12-29Fix bad gudhi_check in Cech benchmarkHind-M
2021-12-29Get min sphere without using a setHind-M
Move face_points declaration Remove face_sh redundant variable
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
examples, etc)
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 ↵Hind-M
distance_functions.h file
2021-09-30Add Cech tests, examples, utilities and benchmark to the build only if CGAL ↵Hind-M
is present
2021-09-30Move minimal enclosing balls cache to Cech_complex.h instead of the blockerHind-M
Modify cech test to be more relevant regarding the current algorithm Do some cleaning
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 ↵ROUVREAU Vincent
targets
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 ↵ROUVREAU Vincent
tests (was only used by Jenkins) and they still can be activated through an option
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 ↵vrouvrea
utilities git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ninja_cmake_warning_fix_vincent@3749 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3235f72cc618dcb6ab70b1826a4d3ce2608fa168
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-05-29Clang format filesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3488 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d1da847f4c39a191afd5d8e56fe34ee79ade495
2018-05-28Code review: ForwardPointRange instead of InputPointRangevrouvrea
Point cloud deep copy git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3478 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 29e77a605f85552bc5b31f2907e26b7e5a9da92f
2018-04-27Merge Copyright clarificationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3402 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c24c2226a76df7a6a95d2531e98850c7c19580e1