summaryrefslogtreecommitdiff
path: root/ripser.cpp
AgeCommit message (Expand)Author
2020-11-25Merge branch 'master' into apparent-pairs-newUlrich Bauer
2020-11-25use apparent pairs only for full barcodeUlrich Bauer
2020-11-25clean up apparent pairs enumerationUlrich Bauer
2020-11-25binary search for sparse distance matrix random accessUlrich Bauer
2020-11-25fix unnecessary breaks in apparent pairs computationUlrich Bauer
2020-07-11fix cofacet enumerator initUlrich Bauer
2020-07-08fix boundary enumerator corner case issueUlrich Bauer
2020-03-10imporved memory efficiency of cofacet enumerationUlrich Bauer
2020-03-10fixed sparse matrix apparent pairs reductionUlrich Bauer
2020-02-22Merge branch 'apparent-pairs-new' into HEADUlrich Bauer
2020-02-22rearranged reduction codeUlrich Bauer
2020-02-22enabled sparse dist matrix (preliminary)Ulrich Bauer
2020-02-20cleanupUlrich Bauer
2020-02-20don't assemble apparent facets eitherUlrich Bauer
2020-02-20don't assemble apparent cofacetsUlrich Bauer
2020-02-20disable emergent pairsUlrich Bauer
2020-02-20preliminary code checking for apparent pairsUlrich Bauer
2020-01-10fixed compile error pointed out by adamConnerSaxUlrich Bauer
2019-12-10fix to read, properly handling premature end of fileUlrich Bauer
2019-11-24endian conversion for binary readUlrich Bauer
2019-08-29fixed a bug where in add_coboundary a simplex get added twice to the working_...Ulrich Bauer
2019-08-28renamed add_coboundary methodsUlrich Bauer
2019-08-20coboundary enumerator cleanupUlrich Bauer
2019-08-19code cleanup pop_pivotUlrich Bauer
2019-08-19fixed size_t / index_t conversion warningsUlrich Bauer
2019-08-11updated and cleaned up readmeUlrich Bauer
2019-08-11renamed variables, changing "face" to "facet"Ulrich Bauer
2019-07-20fixed warningsUlrich Bauer
2019-07-13fixed pop_pivot for Z/2Z coefficientsUlrich Bauer
2019-07-13added missing headerUlrich Bauer
2019-07-13added missing headersUlrich Bauer
2019-07-08coefficients variantUlrich Bauer
2019-07-08minor restructuringUlrich Bauer
2019-07-08adjustable number of coefficient bitsUlrich Bauer
2019-07-04simplified pop_pivot for F_2 coefficientsUlrich Bauer
2019-07-04check for simplex index overflowUlrich Bauer
2019-07-04Merge branch 'dev' into coefficient-flagUlrich Bauer
2019-07-03clear lineUlrich Bauer
2019-07-03better progress indicationUlrich Bauer
2019-07-03cleanupUlrich Bauer
2019-07-03cleanupUlrich Bauer
2019-07-02Merge branch 'dev' of https://bitbucket.org/ubauer/ripser into devUlrich Bauer
2019-07-02some cleanupUlrich Bauer
2019-07-02changed interface to compressed_sparse_matrixUlrich Bauer
2019-07-02cleanup add_coboundaryUlrich Bauer
2019-07-02Merge branch 'dev' into HEADUlrich Bauer
2019-07-02fixed misplaced call to reduction_matrix.append_columnUlrich Bauer
2019-07-02fixed google hash map supportUlrich Bauer
2019-07-02added some const specifiersUlrich Bauer
2019-06-30don't store 1s on diagonal (fixed)Ulrich Bauer