WPILibC++ 2024.3.2
StemFunction.h File Reference

Go to the source code of this file.

Namespaces

namespace  Eigen
 
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...