OPENF4
Library for Gröebner basis computations over finite fields.
|
F4 | |
Term | Represent a term |
TaggedPolynomial | Represent a tagged polynomial |
NodeList | Represent a node of the single chained list |
SingleList | Represent a single chained list |
Polynomial | Represent a polynomial |
MonomialArray | Represent a array of monomials |
Monomial | Represent a monomial |
Matrix | Represent a matrix |
Stat | Structure used for statistics |
Ideal | Represent an ideal |
ElementPrime | Represent an element of a prime field, this class is a POD (Plain Old Data) because of the alignement required in class Matrix |
ElementGF2Extension | Represent an element of an extension of GF2, this class is a POD (Plain Old Data) because of the alignement required in class Matrix |
ElementGF2 | Represent an element of the field GF(2), this class is a POD (Plain Old Data) because of the alignement required in class Matrix |
DynamicArray | Represent a dynamic array whose the width is fixed, the memory is allocated by blocs |
CriticalPair | Represent a critical pair |
NodeAvlPolynomial | Represent a node of the AVL of polynomial |
AvlPolynomial | Represent an avl of triple (number of a polynomial, number of its leading monomial, number of terms) |
NodeAvlMonomial | Represent a node of the AVL of monomials |
AvlMonomial | Represent an avl of pair (number of a monomial, is leading monomial) |
NodeAvlCriticalPair | Represent a node of the AVL of critical pairs |
AvlCriticalPair | Represent an avl of critical pair |