10 #ifndef EIGEN_STEM_FUNCTION 11 #define EIGEN_STEM_FUNCTION 18 template <
typename Scalar>
24 static Scalar
exp(Scalar x,
int)
30 static Scalar
cos(Scalar x,
int n)
51 static Scalar
sin(Scalar x,
int n)
72 static Scalar
cosh(Scalar x,
int n)
87 static Scalar
sinh(Scalar x,
int n)
105 #endif // EIGEN_STEM_FUNCTION USING_NAMESPACE_ACADO IntermediateState sin(const Expression &arg)
static Scalar sin(Scalar x, int n)
Sine (and its derivatives).
iterative scaling algorithm to equilibrate rows and column norms in matrices
IntermediateState cos(const Expression &arg)
static Scalar exp(Scalar x, int)
The exponential function (and its derivatives).
static Scalar cos(Scalar x, int n)
Cosine (and its derivatives).
Stem functions corresponding to standard mathematical functions.
static Scalar cosh(Scalar x, int n)
Hyperbolic cosine (and its derivatives).
static Scalar sinh(Scalar x, int n)
Hyperbolic sine (and its derivatives).
IntermediateState exp(const Expression &arg)