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
15
19 typedef unspecified Element;
20
23
24 void init(Element charac);
25 void init(Element charac_min, Element charac_max);
26
33
36
38//... inverse()
39
40 };
Concept describing the requirements for a class to represent a field of coefficients to compute persi...
Definition: CoefficientField.h:14
Element additive_identity()
Element multiplicative_identity()
unspecified Element
Type of element of the field.
Definition: CoefficientField.h:19
Element characteristic()
void plus_equal(Element x, Element y)