summaryrefslogtreecommitdiff
path: root/src/Subsampling
AgeCommit message (Expand)Author
2020-12-10Merge pull request #409 from mglisse/fardistMarc Glisse
2020-12-10Merge pull request #408 from mglisse/subsampleMarc Glisse
2020-11-26handle old boostMarc Glisse
2020-11-22Handle squared radiusMarc Glisse
2020-11-09Don't test the equality case in sparsify_point_set. sqrt.Marc Glisse
2020-11-09Merge remote-tracking branch 'origin/master' into fardistMarc Glisse
2020-11-09static_assert messageMarc Glisse
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-11-01The example does not need CGAL/eigen anymore.Marc Glisse
2020-11-01Doc tweaks.Marc Glisse
2020-11-01Document that only double is supported.Marc Glisse
2020-10-31long lineMarc Glisse
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-10-31Clean-ups in subsamplingMarc Glisse
2020-10-28emplace_backMarc Glisse
2020-10-22test with duplicated pointMarc Glisse
2020-10-22Simplify strange iterator useMarc Glisse
2020-10-22Document the changeMarc Glisse
2020-10-19Handle duplicated pointsMarc Glisse
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage t...ROUVREAU Vincent
2019-08-20Add include iostream when needed, and remove CGAL includes when not requiredROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL version...ROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-01-26Move documentation Copyright in footervrouvrea
2017-12-16Allow constant input in choose_n_farthest_points.glisse
2017-09-29Rename a few functions in Kd_tree_searchcjamin
2017-06-09Homogenize DEFINE profiling name for subsamplingvrouvrea
2017-05-30Make install examples mechanismvrouvrea
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-11Move Euclidean_distance in Gudhi namespacevrouvrea
2017-04-10Fix and rename test farthestvrouvrea
2017-04-07Clarify doc about Squared_distance_d in Subsampling.glisse
2017-03-27Rename random_first_landmark to random_starting_point.glisse
2017-03-26Remove overload of choose_n_farthest_points.glisse
2017-03-26merge from trunkglisse
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
2017-02-24Drop unused include gudhi/Clock.h.glisse
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
2017-02-24Revert previous commit, was supposed to go to a branch !!!glisse
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
2016-12-16Fix cppcheck warningsvrouvrea
2016-12-16Warning fixesvrouvrea
2016-12-16Fix cpplint and warningsvrouvrea
2016-12-15Modify random and limit tests casesvrouvrea
2016-12-14Added an example with a distance matrix for the farthest point algorithmskachano
2016-12-14Improved the documentation for choose_farthest_pointsskachano