OSVR-Core
Static Public Member Functions | List of all members
Eigen::StdStemFunctions< Scalar > Class Template Reference

Stem functions corresponding to standard mathematical functions. More...

#include <StemFunction.h>

Static Public Member Functions

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

Detailed Description

template<typename Scalar>
class Eigen::StdStemFunctions< Scalar >

Stem functions corresponding to standard mathematical functions.

Member Function Documentation

§ cos()

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::cos ( Scalar  x,
int  n 
)
inlinestatic

Cosine (and its derivatives).

§ cosh()

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::cosh ( Scalar  x,
int  n 
)
inlinestatic

Hyperbolic cosine (and its derivatives).

§ exp()

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::exp ( Scalar  x,
int   
)
inlinestatic

The exponential function (and its derivatives).

§ sin()

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::sin ( Scalar  x,
int  n 
)
inlinestatic

Sine (and its derivatives).

§ sinh()

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::sinh ( Scalar  x,
int  n 
)
inlinestatic

Hyperbolic sine (and its derivatives).


The documentation for this class was generated from the following file: