opensurgsim
SurgSim::Math::Polynomial< T, 0 > Member List

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

evaluate(const T &x) constSurgSim::Math::Polynomial< T, 0 >
getCoefficient(size_t i) constSurgSim::Math::Polynomial< T, 0 >
isApprox(const Polynomial< T, 0 > &p, const T &epsilon) constSurgSim::Math::Polynomial< T, 0 >
isNearZero(const T &epsilon=static_cast< T >(polynomial_epsilon)) constSurgSim::Math::Polynomial< T, 0 >
operator()(const T &x) constSurgSim::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 >