examples/cohomology/rips-pairwise-cohomology.cpp
2 years agoRemoved unused instrumentation of cohomology and unnecessary includes
2 years agoCohomologyPersistence::add returns the dying cocycle
2 years agoInstrumented code for counting:
2 years agoAdded link to CVXOPT in get-build-install documentation + progress bar to rips-pairwise-cohomology
2 years agoModified cohomology code (unweighted and weighted) so that it doesn't use std::map for boundary computations, which should optimize memory usage.
2 years agoRips pairwise cohomology produces output necessary for 1-cocycle parametrization
2 years agoAdded field arithmetic to CohomologyPersistence (Zp + Q)
3 years agoMoved PairwiseDistances and ExplicitDistances into include/geometry/distances.h
3 years agoread_points() does not need ambient dimension and ignores lines starting with '#'
3 years agoMoved l2distance.h into include/geometry
3 years agoAdded CohomologyPersistence and Rips pairwise distances computation