Gröbner basis project
Codebase for research into Gröbner basis computation
Polynomial_Term Class Reference

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 Monomialmonomial ()
 the monomial of this term
 
const Prime_Field_Elementcoefficient ()
 the coefficient for this term
 

Protected Attributes

const Prime_Field_Elementc
 the coefficient of this term
 
const Monomialt
 the monomial part of this term
 

Detailed Description

convenience class to help iterate through polynomials

Author
John Perry
Date
2016

Definition at line 43 of file polynomial.hpp.


The documentation for this class was generated from the following file: