Stem functions corresponding to standard mathematical functions.
Definition at line 33 of file MatrixFunctions.
Static Public Member Functions | |
| static Scalar | exp (Scalar x, int) |
| The exponential function (and its derivatives). | |
| static Scalar | cos (Scalar x, int n) |
| Cosine (and its derivatives). | |
| static Scalar | sin (Scalar x, int n) |
| Sine (and its derivatives). | |
| static Scalar | cosh (Scalar x, int n) |
| Hyperbolic cosine (and its derivatives). | |
| static Scalar | sinh (Scalar x, int n) |
| Hyperbolic sine (and its derivatives). | |
| static Scalar Eigen::StdStemFunctions< Scalar >::cos | ( | Scalar | x, |
| int | n | ||
| ) | [inline, static] |
Cosine (and its derivatives).
Definition at line 44 of file MatrixFunctions.
| static Scalar Eigen::StdStemFunctions< Scalar >::cosh | ( | Scalar | x, |
| int | n | ||
| ) | [inline, static] |
Hyperbolic cosine (and its derivatives).
Definition at line 86 of file MatrixFunctions.
| static Scalar Eigen::StdStemFunctions< Scalar >::exp | ( | Scalar | x, |
| int | |||
| ) | [inline, static] |
The exponential function (and its derivatives).
Definition at line 38 of file MatrixFunctions.
| static Scalar Eigen::StdStemFunctions< Scalar >::sin | ( | Scalar | x, |
| int | n | ||
| ) | [inline, static] |
Sine (and its derivatives).
Definition at line 65 of file MatrixFunctions.
| static Scalar Eigen::StdStemFunctions< Scalar >::sinh | ( | Scalar | x, |
| int | n | ||
| ) | [inline, static] |
Hyperbolic sine (and its derivatives).
Definition at line 101 of file MatrixFunctions.
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |