Definition of Monomial methods. More...
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... | |
Definition of Monomial methods.