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