Symmetric Polynomials  V3.1
A C++ library for generating symmetric polynomials with relations
DefaultContainer< _scl, _exp, _cnt, _ord, _arg > Member List

This is the complete list of members for DefaultContainer< _scl, _exp, _cnt, _ord, _arg >, including all inherited members.

add(const std::pair< const std::pair< deg_t, exp_t >, scl_t > &kvp)DefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
BaseContainer(const deg_t *dimensions=nullptr)BaseContainer< _exp >protected
begin() constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
begin()DefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
compute_degree(const _exp &exponent) constBaseContainer< _exp >protected
deg_t typedefDefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
dimensionsBaseContainer< _exp >protected
end() constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
end()DefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
exp_t typedefDefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
highest_term() constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
insert(const exp_t &exp, scl_t coeff)DefaultContainer< _scl, _exp, _cnt, _ord, _arg >
multiply_add(const std::pair< const std::pair< deg_t, exp_t >, scl_t > &kvp1, const std::pair< const std::pair< deg_t, exp_t >, scl_t > &kvp2)DefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
number_of_monomials() constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
operator!=(const DefaultContainer &b) constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
operator==(const DefaultContainer &) constDefaultContainer< _scl, _exp, _cnt, _ord, _arg >
reserve(size_t n)DefaultContainer< _scl, _exp, _cnt, _ord, _arg >
scl_t typedefDefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected
subtract(const std::pair< const std::pair< deg_t, exp_t >, scl_t > &kvp)DefaultContainer< _scl, _exp, _cnt, _ord, _arg >protected