![]() |
OPENF4
Library for Gröebner basis computations over finite fields.
|
Declaration of class Term. More...
#include "monomial-array.h"#include "element-prime.h"#include "element-gf2.h"#include "element-gf2-extension.h"
Go to the source code of this file.
Classes | |
| class | F4::Term< Element > |
| Represent a term. More... | |
Namespaces | |
| F4 | |
Functions | |
| template<typename Element > | |
| std::ostream & | F4::operator<< (std::ostream &stream, Term< Element > const &term) |
| Overload the operator <<. More... | |
| 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... | |
| template<typename Element > | |
| bool | F4::operator> (Term< Element > const &term1, Term< Element > const &term2) |
| Overload the operator >. More... | |
| template<typename Element > | |
| bool | F4::operator< (Term< Element > const &term1, Term< Element > const &term2) |
| Overload the operator <. More... | |
Declaration of class Term.
Definition in file term.h.
1.8.6