OPENF4
Library for Gröebner basis computations over finite fields.
|
Declaration of class TaggedPolynomial. More...
#include "polynomial.h"
Go to the source code of this file.
Classes | |
class | F4::TaggedPolynomial< Element > |
Represent a tagged polynomial. More... | |
Namespaces | |
F4 | |
Functions | |
template<typename Element > | |
std::ostream & | F4::operator<< (std::ostream &stream, TaggedPolynomial< Element > const &taggedPolynomial) |
Overload the operator <<. More... | |
template<typename Element > | |
bool | F4::operator== (TaggedPolynomial< Element > const &taggedPolynomial1, TaggedPolynomial< Element > const &taggedPolynomial2) |
Overload the operator ==. More... | |
template<typename Element > | |
bool | F4::operator> (TaggedPolynomial< Element > const &taggedPolynomial1, TaggedPolynomial< Element > const &taggedPolynomial2) |
Overload the operator >. More... | |
template<typename Element > | |
bool | F4::operator>= (TaggedPolynomial< Element > const &taggedPolynomial1, TaggedPolynomial< Element > const &taggedPolynomial2) |
Overload the operator >=. More... | |
template<typename Element > | |
bool | F4::operator< (TaggedPolynomial< Element > const &taggedPolynomial1, TaggedPolynomial< Element > const &taggedPolynomial2) |
Overload the operator <. More... | |
template<typename Element > | |
bool | F4::operator<= (TaggedPolynomial< Element > const &taggedPolynomial1, TaggedPolynomial< Element > const &taggedPolynomial2) |
Overload the operator <=. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (Monomial const &monomial, TaggedPolynomial< Element > const &taggedPolynomial) |
Overload the operator *= to multiply this with a monomial. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (TaggedPolynomial< Element > const &taggedPolynomial, Monomial const &monomial) |
Overload the operator *= to multiply this with a monomial. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (Element element, TaggedPolynomial< Element > const &taggedPolynomial) |
Overload the operator *= to multiply this with an Element. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (TaggedPolynomial< Element > const &taggedPolynomial, Element element) |
Overload the operator *= to multiply this with an Element. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (Term< Element > const &term, TaggedPolynomial< Element > const &taggedPolynomial) |
Overload the operator *= to multiply this with a term. More... | |
template<typename Element > | |
TaggedPolynomial< Element > | F4::operator* (TaggedPolynomial< Element > const &taggedPolynomial, Term< Element > const &term) |
Overload the operator *= to multiply this with a term. More... | |
Declaration of class TaggedPolynomial.
Definition in file tagged-polynomial.h.