Gröbner basis project
Codebase for research into Gröbner basis computation
|
convenience class to help iterate through polynomials More...
#include <polynomial.hpp>
Public Member Functions | |
Construction | |
Polynomial_Term (const Monomial &m, const Prime_Field_Element &a) | |
Basic properties | |
const Monomial & | monomial () |
the monomial of this term | |
const Prime_Field_Element & | coefficient () |
the coefficient for this term | |
Protected Attributes | |
const Prime_Field_Element & | c |
the coefficient of this term | |
const Monomial & | t |
the monomial part of this term | |
convenience class to help iterate through polynomials
Definition at line 43 of file polynomial.hpp.