WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
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_cos (Scalar x, int n) |
Cosine (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_cosh (Scalar x, int n) |
Hyperbolic cosine (and its derivatives). More... | |
template<typename Scalar > | |
Scalar | Eigen::internal::stem_function_sinh (Scalar x, int n) |
Hyperbolic sine (and its derivatives). More... | |