Go to the source code of this file.
|
| template<typename PersistenceType> |
| void | ripser::ripser (std::vector< std::vector< value_t > > points, PersistenceType &ph, value_t threshold, index_t dim_max, bool distanceMatrix, bool criticalEdgesOnly=true, bool infinitePairs=true, coefficient_t modulus=2) |
| |
| template<typename PersistenceType> |
| void | ripser::ripser (float *data, int n, int dim, PersistenceType &ph, value_t threshold, index_t dim_max, bool criticalEdgesOnly=true, bool infinitePairs=true, coefficient_t modulus=2) |
| |