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