5 #ifndef __pinocchio_math_taylor_expansion_hpp__ 6 #define __pinocchio_math_taylor_expansion_hpp__ 8 #include "pinocchio/math/fwd.hpp" 20 template<
typename Scalar>
21 struct TaylorSeriesExpansion
32 static Scalar value = math::pow(std::numeric_limits<Scalar>::epsilon(),Scalar(1)/Scalar(degree+1));
39 #endif // ifndef __pinocchio_math_taylor_expansion_hpp__ static Scalar precision()
Computes the expected tolerance of the argument of a Taylor series expansion for a certain degree acc...
Main pinocchio namespace.