summaryrefslogtreecommitdiff
path: root/geom_bottleneck/bottleneck/src/neighb_oracle.cpp
AgeCommit message (Collapse)Author
2018-01-20Major rewrite, templatized versionArnur Nigmetov
2017-04-26More debug outputArnur Nigmetov
2016-09-05Technical changes for R integrationArnur Nigmetov
Avoid including iostream (R complains about that). All output protected by preprocessor directive (R checker should not see an instance of std::cout << in your code). Also added getWassersteinCost to be in line with the Dionysus implementation used in TDA.
2016-07-18Rename def_debug.h to def_debug_bt.hArnur Nigmetov
2016-06-06Add actual source from previous reposArnur Nigmetov