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