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

Definition of Term methods. More...

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

Namespaces

 F4
 

Functions

template<typename Element >
ostream & F4::operator<< (ostream &stream, Term< Element > const &term)
 
template<typename Element >
Term< Element > F4::operator* (Monomial const &mon, Term< Element > const &term)
 Overload the operator *. More...
 
template<typename Element >
Term< Element > F4::operator* (Term< Element > const &term, Monomial const &mon)
 Overload the operator *. More...
 
template<typename Element >
Term< Element > F4::operator* (Term< Element > const &term1, Term< Element > const &term2)
 Overload the operator *. More...
 

Detailed Description

Definition of Term methods.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON