summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-23cleanup examplesUlrich Bauer
2016-07-23Typos and line endings in readmeUlrich Bauer
progress every 1000 reduced columns
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-19modified MakefileUlrich Bauer
2016-07-17Merge branch 'dev'Ulrich Bauer
* dev: updated benchmarks updated readme
2016-07-17updated benchmarksUlrich Bauer
2016-07-17updated readmeUlrich Bauer
2016-07-17removed unnecessary filesUlrich Bauer
2016-07-17Merge branch 'google-sparse-hash-map' into devUlrich Bauer
* google-sparse-hash-map: use google sparse hash map
2016-07-17added readmeUlrich Bauer
2016-07-17rearranged compile time optionsUlrich Bauer
made PRINT_PERSISTENCE_PAIRS default
2016-07-17fixed bug introduced during cleanupUlrich Bauer
2016-07-17formatted random distance matrix exampleUlrich Bauer
2016-07-17MakefileUlrich Bauer
gitignore
2016-07-17moved and added examplesUlrich Bauer
2016-07-17renamed test filesUlrich Bauer
2016-07-17renamed licencesUlrich Bauer
2016-07-17GPL3/LGPL3Ulrich Bauer
http://www.gnu.org/licenses/gpl-3.0.txt http://www.gnu.org/licenses/lgpl-3.0.txt
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
clang-format -i ripser.cpp
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-21benchmarksUlrich Bauer
2016-05-11removed flag for disabling stored diametersUlrich Bauer
2016-05-11some code simplificationsUlrich Bauer
2016-05-10pretty-printUlrich Bauer
clang-format -i ripser.cpp
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
2016-03-28random distance matricesUlrich Bauer
2015-11-16Merge branch 'efficient-diameter-caching' into google-sparse-hash-mapUlrich Bauer
* efficient-diameter-caching: store diameters in reduction matrix coface diameter speedup build macros in project settings reverted get_pivot / pop_pivot edit derive formula for multiplicative_inverse_vector # Conflicts: # ripser.cpp
2015-11-16store diameters in reduction matrixUlrich Bauer
2015-11-15coface diameter speedupUlrich Bauer