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

Declaration of class Monomial. More...

Go to the source code of this file.

Classes

class  F4::Monomial
 Represent a monomial. More...
 

Namespaces

 F4
 

Functions

std::ostream & F4::operator<< (std::ostream &stream, Monomial const &mon)
 Overload the operator <<. More...
 
bool F4::operator== (Monomial const &mon1, Monomial const &mon2)
 Overload the operator ==. More...
 
bool F4::operator> (Monomial const &mon1, Monomial const &mon2)
 Overload the operator >. More...
 
bool F4::operator>= (Monomial const &mon1, Monomial const &mon2)
 Overload the operator >=. More...
 
bool F4::operator< (Monomial const &mon1, Monomial const &mon2)
 Overload the operator <. More...
 
bool F4::operator<= (Monomial const &mon1, Monomial const &mon2)
 Overload the operator <=. More...
 

Detailed Description

Declaration of class Monomial.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON

Definition in file monomial.h.