Stem functions corresponding to standard mathematical functions.
More...
#include <StemFunction.h>
|
| static Scalar | exp (Scalar x, int) |
| | The exponential function (and its derivatives). More...
|
| |
| static Scalar | cos (Scalar x, int n) |
| | Cosine (and its derivatives). More...
|
| |
| static Scalar | sin (Scalar x, int n) |
| | Sine (and its derivatives). More...
|
| |
| static Scalar | cosh (Scalar x, int n) |
| | Hyperbolic cosine (and its derivatives). More...
|
| |
| static Scalar | sinh (Scalar x, int n) |
| | Hyperbolic sine (and its derivatives). More...
|
| |
template<typename Scalar>
class Eigen::StdStemFunctions< Scalar >
Stem functions corresponding to standard mathematical functions.
§ cos()
template<typename Scalar >
Cosine (and its derivatives).
§ cosh()
template<typename Scalar >
Hyperbolic cosine (and its derivatives).
§ exp()
template<typename Scalar >
The exponential function (and its derivatives).
§ sin()
template<typename Scalar >
Sine (and its derivatives).
§ sinh()
template<typename Scalar >
Hyperbolic sine (and its derivatives).
The documentation for this class was generated from the following file: