Go to the source code of this file.
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Functions | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_cos (Scalar x, int n) |
Cosine (and its derivatives). More... | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_cosh (Scalar x, int n) |
Hyperbolic cosine (and its derivatives). More... | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_exp (Scalar x, int) |
The exponential function (and its derivatives). More... | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_sin (Scalar x, int n) |
Sine (and its derivatives). More... | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_sinh (Scalar x, int n) |
Hyperbolic sine (and its derivatives). More... | |