Gobelijn API documentation
- generated for commit a0cbea7
|
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 |
vect | Polynomial< T > | protected |