![]() |
Symmetric Polynomials
V3.1
A C++ library for generating symmetric polynomials with relations
|
Constant iterator traversing the monomials of a polynomial. More...
#include <Polynomials.hpp>
Public Member Functions | |
scl_t | coeff () const |
The coefficient of the monomial. More... | |
const exp_t & | exponent () const |
The exponent of the monomial. More... | |
deg_t | degree () const |
The degree of the monomial. More... | |
Friends | |
class | DefaultContainer |
Befriending outer class. More... | |
Constant iterator traversing the monomials of a polynomial.
scl_t coeff | ( | ) | const |
The coefficient of the monomial.
const exp_t& exponent | ( | ) | const |
The exponent of the monomial.
deg_t degree | ( | ) | const |
The degree of the monomial.
|
friend |
Befriending outer class.