| evaluate(const T &x) const | SurgSim::Math::Polynomial< T, 0 > | |
| getCoefficient(size_t i) const | SurgSim::Math::Polynomial< T, 0 > | |
| isApprox(const Polynomial< T, 0 > &p, const T &epsilon) const | SurgSim::Math::Polynomial< T, 0 > | |
| isNearZero(const T &epsilon=static_cast< T >(polynomial_epsilon)) const | SurgSim::Math::Polynomial< T, 0 > | |
| operator()(const T &x) const | SurgSim::Math::Polynomial< T, 0 > | |
| operator+(const Polynomial< T, 0 > &rhs) const (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| operator+=(const Polynomial< T, 0 > &rhs) (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| operator-() const (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| operator-(const Polynomial< T, 0 > &rhs) const (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| operator-=(const Polynomial< T, 0 > &rhs) (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| operator[](const size_t i) | SurgSim::Math::Polynomial< T, 0 > | |
| operator[](const size_t i) const (defined in SurgSim::Math::Polynomial< T, 0 >) | SurgSim::Math::Polynomial< T, 0 > | |
| Polynomial() | SurgSim::Math::Polynomial< T, 0 > | |
| Polynomial(const T &a0) | SurgSim::Math::Polynomial< T, 0 > | explicit |
| setCoefficient(size_t i, const T &value) | SurgSim::Math::Polynomial< T, 0 > | |