Concept describing the requirements for a class to compute persistent homology. More...
#include <Persistent_cohomology/PersistentHomology.h>
Public Types | |
typedef unspecified | Filtered_complex |
Type of filtered cell complex on which persistent homology is computed. More... | |
typedef unspecified | Coefficient_field |
Type of coefficients to be used for computing persistent homology. More... | |
Concept describing the requirements for a class to compute persistent homology.
typedef unspecified PersistentHomology::Coefficient_field |
Type of coefficients to be used for computing persistent homology.
Must be a model of concept CoefficientField.
typedef unspecified PersistentHomology::Filtered_complex |
Type of filtered cell complex on which persistent homology is computed.
Must be a model of concept FilteredComplex.
GUDHIdev Version 3.5.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Tue Aug 16 2022 14:01:50 for GUDHIdev by Doxygen 1.9.4 |