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