Static Public Member Functions
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 StdStemFunctions< Scalar >

Stem functions corresponding to standard mathematical functions.

Definition at line 32 of file StemFunction.h.


Member Function Documentation

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

Cosine (and its derivatives).

Definition at line 43 of file StemFunction.h.

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

Hyperbolic cosine (and its derivatives).

Definition at line 85 of file StemFunction.h.

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

The exponential function (and its derivatives).

Definition at line 37 of file StemFunction.h.

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

Sine (and its derivatives).

Definition at line 64 of file StemFunction.h.

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

Hyperbolic sine (and its derivatives).

Definition at line 100 of file StemFunction.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:26