PersistentHomology Struct Reference

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

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

◆ Coefficient_field

Type of coefficients to be used for computing persistent homology.

Must be a model of concept CoefficientField.

◆ Filtered_complex

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:
GUDHI  Version 3.1.0  - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.  - Copyright : MIT Generated on Mon Jan 20 2020 14:12:57 for GUDHI by Doxygen 1.8.13