GUDHI library
Nav
Contact
GUDHI
Project
People
Keep in touch
Partners and Funding
Related projects
They are talking about us
GUDHI in action
Etymology
Download
Licensing
Get the latest sources
Conda package
Pip package
Dockerfile
Documentation
Introduction
C++ installation manual
C++ documentation
Python installation manual
Python documentation
Utilities
Tutorials
Interfaces
Loading...
Searching...
No Matches
CoefficientField.h
1
/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
2
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
3
* Author(s): Clément Maria
4
*
5
* Copyright (C) 2014 Inria
6
*
7
* Modification(s):
8
* - YYYY/MM Author: Description of the modification
9
*/
10
14
struct
CoefficientField
{
15
19
typedef
unspecified
Element
;
20
22
CoefficientField
();
23
24
void
init(
Element
charac);
25
void
init(
Element
charac_min,
Element
charac_max);
26
28
Element
characteristic
();
30
Element
multiplicative_identity
();
32
Element
additive_identity
();
33
35
void
plus_equal
(
Element
x,
Element
y);
36
38
//... inverse()
39
40
};
CoefficientField::additive_identity
Element additive_identity()
CoefficientField::CoefficientField
CoefficientField()
CoefficientField::multiplicative_identity
Element multiplicative_identity()
CoefficientField::Element
unspecified Element
Type of element of the field.
Definition
CoefficientField.h:19
CoefficientField::characteristic
Element characteristic()
CoefficientField::plus_equal
void plus_equal(Element x, Element y)
GUDHI Version 3.12.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
Generated on Mon Mar 30 2026 15:13:03 for GUDHI by
Doxygen
1.13.2