F4
Implementation of the F4 algorithm.
 All Classes Namespaces Files Functions Variables Friends
Namespaces | Macros | Functions
monomial.inl File Reference

Definition of Monomial methods. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 F4
 

Functions

int F4::multiplyMonomial (Monomial const &mon1, Monomial const &mon2)
 
ostream & F4::operator<< (ostream &stream, Monomial const &mon)
 
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

Definition of Monomial methods.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON