Concept describing the requirements for a class to represent a field of coefficients to compute persistent homology. More...
Public Types | |
typedef unspecified | Element |
Type of element of the field. More... | |
Public Member Functions | |
CoefficientField () | |
Element | characteristic () |
Element | multiplicative_identity () |
Element | additive_identity () |
void | plus_equal (Element x, Element y) |
Concept describing the requirements for a class to represent a field of coefficients to compute persistent homology.
typedef unspecified CoefficientField::Element |
Type of element of the field.
Must be Assignable.
CoefficientField::CoefficientField | ( | ) |
Default constructible.
Element CoefficientField::additive_identity | ( | ) |
Return the element 0 of the field.
Element CoefficientField::characteristic | ( | ) |
Return the characteristic of the field.
Element CoefficientField::multiplicative_identity | ( | ) |
Return the element 1 of the field.
GUDHI Version 3.1.1 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Fri Feb 7 2020 16:35:36 for GUDHI by Doxygen 1.8.13 |