OPENF4
Library for Gröebner basis computations over finite fields.
 All Classes Namespaces Files Functions Variables Friends Pages
Classes | Namespaces | Functions
avl-polynomial.h File Reference

Declaration of class AvlPolynomial. More...

#include "dynamic-array.h"
Include dependency graph for avl-polynomial.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...
 

Detailed Description

Declaration of class AvlPolynomial.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON

Definition in file avl-polynomial.h.