summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance
AgeCommit message (Expand)Author
2017-09-27Fix some cpplintsvrouvrea
2017-09-25Do not advertise nor use the exact bottleneck distance versionvrouvrea
2017-09-12Bottleneck does not require Eigen3 (C++ and Python)vrouvrea
2017-07-04Add Gudhi namespace for reader_utilsvrouvrea
2017-06-28Merge of branch boost_system_no_deprecated_test in order to :vrouvrea
2017-06-13This should never have been commented outcjamin
2017-06-09Missing "return"cjamin
2017-06-09Change names and adapt examplecjamin
2017-06-02Get rid of Boost_system library linkvrouvrea
2017-05-31Move 1 example from Bottleneck_distance to utilitiescjamin
2017-05-31Test bottleneck_read_file_examplecjamin
2017-05-31Merge from trunkcjamin
2017-05-30Clean-upcjamin
2017-05-30Remove debug codecjamin
2017-05-30Make install examples mechanismvrouvrea
2017-05-29Add 2 new variants of read_persistence_diagram_from_filecjamin
2017-05-23read_persistence_diagram_from_file now uses an output iteratorcjamin
2017-05-19Remove DEBUG_TRACEScjamin
2017-05-16Use read_persistence_diagram_from_file in this examplecjamin
2017-05-09Fix Windows python module compilationvrouvrea
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-12Merge last trunk modificationsvrouvrea
2017-04-11Move Euclidean_distance in Gudhi namespacevrouvrea
2017-04-05Use an unordered_set for unmatched_in_u instead of an open-coded flat_set.glisse
2017-04-05In Kd_tree::remove, test the point index instead of the coordinates.glisse
2017-03-29Declare the Kd_tree directly.glisse
2017-03-28Longer commentsglisse
2017-03-28Different strategies to remove points from unmatched_in_u.glisse
2017-03-28Replace list with vector, save 30% of the running time...glisse
2017-03-28Replace some lists with vectors.glisse
2017-03-27Avoid copying Persistence_graph at the same time as Graph_matching.glisse
2017-03-27Use any neighbor near enough, not necessarily the closest.glisse
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
2017-03-24cpplint fixesvrouvrea
2017-03-24Fix cpplint on cython interfacesvrouvrea
2017-03-07Merge last trunk modificationsvrouvrea
2017-03-03Add GPL copyrights on images directoriesvrouvrea
2017-03-03Link with TBBcjamin
2017-03-02Use parallel_sort to sort distancescjamin
2017-01-26Merge bottleneck-doc-glisse dev in trunkvrouvrea
2017-01-24Add Alpha Rips persistence bottleneck distance example and its test in cmakevrouvrea
2017-01-24Merge last trunk modificationsvrouvrea
2017-01-24Remove utils for bottleneckvrouvrea
2017-01-24Moved from utils to examplevrouvrea
2017-01-24Last modificationvrouvrea
2017-01-24Bottleneck does not require Eigen3vrouvrea
2017-01-23Add an util to compute bottleneck distance between the alpha and a ripsvrouvrea
2017-01-21Tweaks to the doc of Bottleneck.glisse
2017-01-20cpplint fixesvrouvrea
2017-01-04Move bottleneck_chrono in benchmarkvrouvrea