Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Polynomial< T > Member List

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

derive() const Polynomial< T >
horner(const T &x) const Polynomial< T >
operator()(const T &x)Polynomial< T >
operator*(const Polynomial< T > &x) const Polynomial< T >
operator+(const Polynomial< T > &x) const Polynomial< T >
operator-(const Polynomial< T > &x) const Polynomial< T >
Polynomial(const std::vector< T > &vect)Polynomial< T >inlineexplicit
Polynomial()Polynomial< T >inlineprotected
vectPolynomial< T >protected