summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include
AgeCommit message (Expand)Author
2022-08-05Ensure valid filtration before setting it in cechHind-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-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-25Remove cech_complex_step_by_step example and MiniballHind-M
2022-02-11Do some code clean up/renamingHind-M
2022-01-06Make kernel a parameter of Minimal_enclosing_ball_radius classHind-M
2021-12-29Get min sphere without using a setHind-M
2021-10-12Remove old implementation of Minimal_enclosing_ball_radius operator ()Hind-M
2021-10-01Separate Minimal_enclosing_ball_radius class which uses CGAL from common dist...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
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-06-13Fix cppcheck issuesvrouvrea
2018-05-29Clang format filesvrouvrea
2018-05-28Code review: ForwardPointRange instead of InputPointRangevrouvrea
2018-04-10Change tparam doc from Chech_complex_blockervrouvrea
2018-04-10Code review : Cech_blocker was hardcoding doublevrouvrea
2018-04-09Code review : Rename ForwardPointIterator with InputPointRangevrouvrea
2018-04-09Add Miniball file changes for Gudhi requirements inside Miniball.READMEvrouvrea
2018-03-27No more deep copy of the simplicial complex in the Cech Blocker, just use the...vrouvrea
2018-03-22code review : no more ForwardPointRange copy. Use of a vector instead.vrouvrea
2018-03-22code review : use std::begin, std::end and boost::sizevrouvrea
2018-03-22code review : Rename Radius_distance Minimal_enclosing_ball_radiusvrouvrea
2018-03-22Move Miniball in gudhivrouvrea
2018-03-05Fix doc and testsvrouvrea
2018-02-22Fix Cech with radius distancevrouvrea
2018-02-20Add doc, example renamedvrouvrea
2018-02-20tests and utils fixvrouvrea
2018-02-16Compiles. Class documentation is done.vrouvrea
2018-02-16Add Cech complex. Do not compile yet.vrouvrea