OPENF4
Library for Gröebner basis computations over finite fields.
|
Declaration of class AvlPolynomial. More...
#include "dynamic-array.h"
Go to the source code of this file.
Classes | |
struct | F4::NodeAvlPolynomial |
Represent a node of the AVL of polynomial. More... | |
class | F4::AvlPolynomial |
Represent an avl of triple (number of a polynomial, number of its leading monomial, number of terms). More... | |
Namespaces | |
F4 | |
Functions | |
void | F4::printNode (NodeAvlPolynomial *p, int indent=0) |
Print the AVL of root p. More... | |
template<typename dataType > | |
std::ostream & | F4::operator<< (std::ostream &stream, AvlPolynomial const &AvlPolynomial) |
Overload the operator <<. More... | |
Declaration of class AvlPolynomial.
Definition in file avl-polynomial.h.