#include <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... | |
static Scalar | precision (const int degree) |
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. |
Definition at line 34 of file math/fwd.hpp.
|
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 31 of file taylor-expansion.hpp.
|
inlinestatic |
Definition at line 38 of file taylor-expansion.hpp.