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.2.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Wed May 20 2020 07:53:47 for GUDHI by Doxygen 1.8.13 |