10#ifndef EIGEN_STEM_FUNCTION
11#define EIGEN_STEM_FUNCTION
18template <
typename Scalar>
19Scalar stem_function_exp(Scalar x,
int)
26template <
typename Scalar>
27Scalar stem_function_cos(Scalar x,
int n)
51template <
typename Scalar>
52Scalar stem_function_sin(Scalar x,
int n)
76template <
typename Scalar>
77Scalar stem_function_cosh(Scalar x,
int n)
95template <
typename Scalar>
96Scalar stem_function_sinh(Scalar x,
int n)
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)