Gudhi  1.2.0
 All Classes Functions Variables Typedefs Friends Groups Pages
PersistentHomology Struct Reference

Concept describing the requirements for a class to compute persistent homology. More...

#include <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...
 

Detailed Description

Concept describing the requirements for a class to compute persistent homology.

Member Typedef Documentation

Type of coefficients to be used for computing persistent homology.

Must be a model of concept CoefficientField.

Type of filtered cell complex on which persistent homology is computed.

Must be a model of concept FilteredComplex.


The documentation for this struct was generated from the following file: