. More...
#include <math/fwd.hpp>
Static Public Member Functions | |
template<int degree> | |
static Scalar | precision () |
Computes the expected tolerance of the argument of a Taylor series expansion for a certain degree according to the machine precision of the given input Scalar. More... | |
.
Helper struct to retrieve some useful information for a Taylor series expansion according to the a given Scalar type.
Foward declaration of TaylorSeriesExpansion.
Scalar | the Scalar type of the Taylor series expansion. |
|
inlinestatic |
Computes the expected tolerance of the argument of a Taylor series expansion for a certain degree according to the machine precision of the given input Scalar.
degree | the degree of the Taylor series expansion. |
Definition at line 30 of file taylor-expansion.hpp.