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

Definition of Polynomial methods. More...

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

Namespaces

 F4
 

Functions

template<typename Element >
Polynomial< Element > F4::operator* (Monomial const &monomial, Polynomial< Element > const &polynomial)
 Overload the operator *= to multiply this with a monomial. More...
 
template<typename Element >
Polynomial< Element > F4::operator* (Polynomial< Element > const &polynomial, Monomial const &monomial)
 Overload the operator *= to multiply this with a monomial. More...
 
template<typename Element >
Polynomial< Element > F4::operator* (Element element, Polynomial< Element > const &polynomial)
 Overload the operator *= to multiply this with an Element. More...
 
template<typename Element >
Polynomial< Element > F4::operator* (Polynomial< Element > const &polynomial, Element element)
 Overload the operator *= to multiply this with an Element. More...
 
template<typename Element >
Polynomial< Element > F4::operator* (Term< Element > const &term, Polynomial< Element > const &polynomial)
 Overload the operator *= to multiply this with a term. More...
 
template<typename Element >
Polynomial< Element > F4::operator* (Polynomial< Element > const &polynomial, Term< Element > const &term)
 Overload the operator *= to multiply this with a term. More...
 
template<typename Element >
ostream & F4::operator<< (ostream &stream, Polynomial< Element > const &polynomial)
 

Detailed Description

Definition of Polynomial methods.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON