10 #ifndef EIGEN_STEM_FUNCTION
11 #define EIGEN_STEM_FUNCTION
18 template <
typename Scalar>
19 Scalar stem_function_exp(Scalar x,
int)
26 template <
typename Scalar>
27 Scalar stem_function_cos(Scalar x,
int n)
51 template <
typename Scalar>
52 Scalar stem_function_sin(Scalar x,
int n)
76 template <
typename Scalar>
77 Scalar stem_function_cosh(Scalar x,
int n)
95 template <
typename Scalar>
96 Scalar stem_function_sinh(Scalar x,
int n)
117 #endif // EIGEN_STEM_FUNCTION