summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance
AgeCommit message (Expand)Author
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
2016-12-16git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_i...fgodi
2016-12-16small modificationsfgodi
2016-12-16small modifications (doc)fgodi
2016-12-16intro documentationfgodi
2016-12-16modifs donefgodi
2016-12-16separation of exactly and approximatefgodi
2016-12-15cancel commit of temporary testing codefgodi
2016-12-15small modificationsfgodi
2016-12-15small modificationsfgodi
2016-12-15namespacefgodi
2016-12-06small modificationfgodi
2016-12-06infinite points separately computedfgodi
2016-12-05review prise en comptefgodi
2016-11-29better gestion of infinite pointsfgodi
2016-11-29basic example, infinityfgodi
2016-11-28missing file addedfgodi
2016-11-28rm of a renamed filefgodi
2016-11-28compute and compute_exactly mergedfgodi
2016-11-28compute and compute_exactly mergedfgodi
2016-11-28graph no longer staticfgodi
2016-11-28Bug fixfgodi