|
TTK
|
Typedefs | |
| using | value_t = double |
| using | index_t = int64_t |
| using | coefficient_t = uint16_t |
Functions | |
| template<typename PersistenceType> | |
| void | 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 (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) |
| using ripser::coefficient_t = uint16_t |
| using ripser::index_t = int64_t |
| using ripser::value_t = double |
| 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 ) |
| 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 ) |
Definition at line 1136 of file ripser.cpp.