Static Public Member Functions
Eigen::StdStemFunctions< Scalar > Class Template Reference

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

#include <StemFunction.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Stem functions corresponding to standard mathematical functions.

Definition at line 19 of file StemFunction.h.


Member Function Documentation

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

Cosine (and its derivatives).

Definition at line 30 of file StemFunction.h.

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

Hyperbolic cosine (and its derivatives).

Definition at line 72 of file StemFunction.h.

template<typename Scalar >
static Scalar Eigen::StdStemFunctions< Scalar >::exp ( Scalar  x,
int   
) [inline, static]

The exponential function (and its derivatives).

Definition at line 24 of file StemFunction.h.

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

Sine (and its derivatives).

Definition at line 51 of file StemFunction.h.

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

Hyperbolic sine (and its derivatives).

Definition at line 87 of file StemFunction.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:58