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