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 Namespace containing all symbols from the Eigen library.
const Eigen::CwiseUnaryOp< Eigen::internal::scalar_exp_op< typename Derived::Scalar >, const Derived > exp(const Eigen::ArrayBase< Derived > &x)