10 #ifndef EIGEN_STEM_FUNCTION 11 #define EIGEN_STEM_FUNCTION 14 #include "./InternalHeaderCheck.h" 21 template <
typename Scalar>
22 Scalar stem_function_exp(Scalar x,
int) {
28 template <
typename Scalar>
29 Scalar stem_function_cos(Scalar x,
int n) {
52 template <
typename Scalar>
53 Scalar stem_function_sin(Scalar x,
int n) {
76 template <
typename Scalar>
77 Scalar stem_function_cosh(Scalar x,
int n) {
94 template <
typename Scalar>
95 Scalar stem_function_sinh(Scalar x,
int n) {
115 #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)