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

Declaration of class AvlMonomial. More...

#include "dynamic-array.h"
Include dependency graph for avl-monomial.h:

Go to the source code of this file.

Classes

struct  F4::NodeAvlMonomial
 Represent a node of the AVL of monomials. More...
 
class  F4::AvlMonomial
 Represent an avl of pair (number of a monomial, is leading monomial). More...
 

Namespaces

 F4
 

Functions

void F4::printNode (NodeAvlMonomial *p, int indent=0)
 Print the AVL of root p. More...
 
template<typename dataType >
std::ostream & F4::operator<< (std::ostream &stream, AvlMonomial const &avlMonomial)
 Overload the operator <<. More...
 

Detailed Description

Declaration of class AvlMonomial.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON

Definition in file avl-monomial.h.