summaryrefslogtreecommitdiff
path: root/ripser.cpp
AgeCommit message (Expand)Author
2016-08-05allow reading from stdinUlrich Bauer
2016-08-05point cloud dimension output / assertUlrich Bauer
2016-08-05use compressed_lower_distance_matrix for all input formats (preparing run tim...Ulrich Bauer
2016-08-05Euclidean distance matrix moved in codeUlrich Bauer
2016-08-04simplifed specialized code for diameter comparison (no significant speedup)Ulrich Bauer
2016-08-04precompute distance matrix for point cloud inputUlrich Bauer
2016-08-04precompute distance in point cloudUlrich Bauer
2016-08-04updated readme and commentUlrich Bauer
2016-08-02move constructor for distance matricesUlrich Bauer
2016-07-31point cloud supportUlrich Bauer
2016-07-30point cloud supportUlrich Bauer
2016-07-30distance matrix cleanupUlrich Bauer
2016-07-30fixed csv readerUlrich Bauer
2016-07-26include cmath for std::sqrtUlrich Bauer
2016-07-26added copyright noteUlrich Bauer
2016-07-23file parsing more robustUlrich Bauer
2016-07-23Typos and line endings in readmeUlrich Bauer
2016-07-21some code cleanupUlrich Bauer
2016-07-21renamed --dim command line optionUlrich Bauer
2016-07-21added include to fix compilation with g++Ulrich Bauer
2016-07-20progress indicator for sortingUlrich Bauer
2016-07-17Merge branch 'google-sparse-hash-map' into devUlrich Bauer
2016-07-17rearranged compile time optionsUlrich Bauer
2016-07-17fixed bug introduced during cleanupUlrich Bauer
2016-07-17updated Google hash map supportUlrich Bauer
2016-05-25code cleanupUlrich Bauer
2016-05-24removed binary/exponential search flagsUlrich Bauer
2016-05-24updated Google hash map supportUlrich Bauer
2016-05-24rearranged flag listUlrich Bauer
2016-05-24pretty-printUlrich Bauer
2016-05-24updated Google hash map supportUlrich Bauer
2016-05-23cleanup pop_pivot codeUlrich Bauer
2016-05-23don't build priority queue in case of an apparent persistence pairUlrich Bauer
2016-05-11removed flag for disabling stored diametersUlrich Bauer
2016-05-11some code simplificationsUlrich Bauer
2016-05-10pretty-printUlrich Bauer
2016-05-10cleanupUlrich Bauer
2016-05-10cleaned up includesUlrich Bauer
2016-05-10primality checkUlrich Bauer
2016-05-03consolidated compressed distance matrix classesUlrich Bauer
2016-05-03primality checkUlrich Bauer
2016-05-01more code cleanupUlrich Bauer
2016-05-01code cleanupUlrich Bauer
2016-05-01removed comparator for precomputed diametersUlrich Bauer
2016-05-01removed precompute diametersUlrich Bauer
2016-05-01fixed comparisonUlrich Bauer
2016-03-29cleanup coboundary enumeratorUlrich Bauer
2016-03-29shortcut for apparent pairsUlrich Bauer
2015-11-16Merge branch 'efficient-diameter-caching' into google-sparse-hash-mapUlrich Bauer
2015-11-16store diameters in reduction matrixUlrich Bauer