Symmetric Polynomials  V3.1
A C++ library for generating symmetric polynomials with relations
Polynomial< container_t > Member List

This is the complete list of members for Polynomial< container_t >, including all inherited members.

deg_t typedefPolynomial< container_t >
exp_t typedefPolynomial< container_t >
number_of_variables() constPolynomial< container_t >
operator*(const Polynomial &other) constPolynomial< container_t >
operator*=(const Polynomial &other)Polynomial< container_t >
operator*=(scl_t scalar)Polynomial< container_t >
operator+(const Polynomial &other) constPolynomial< container_t >
operator+=(const Polynomial &other)Polynomial< container_t >
operator-(const Polynomial &other) constPolynomial< container_t >
operator-=(const Polynomial &other)Polynomial< container_t >
operator<<(std::ostream &, const Polynomial< cont > &)Polynomial< container_t >friend
operator^(T p) constPolynomial< container_t >
Polynomial(const deg_t *dim_var=nullptr, const std::string *name_var=nullptr)Polynomial< container_t >
Polynomial(const exp_t &exp, scl_t coeff, const deg_t *dim_var=nullptr, const std::string *name_var=nullptr)Polynomial< container_t >
Polynomial(int num_var, scl_t coeff, const deg_t *dim_var=nullptr, const std::string *name_var=nullptr)Polynomial< container_t >
scl_t typedefPolynomial< container_t >