TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
matrix_exponential.cpp File Reference
#include "matrix_functions.h"

Functions

double binom (int n, int k)
 
template<typename T >
T expfn (T x, int)
 
template<typename T >
void test2dRotation (double tol)
 
template<typename T >
void test2dHyperbolicRotation (double tol)
 
template<typename T >
void testPascal (double tol)
 
template<typename MatrixType >
void randomTest (const MatrixType &m, double tol)
 
 EIGEN_DECLARE_TEST (matrix_exponential)
 

Function Documentation

◆ binom()

double binom ( int  n,
int  k 
)

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( matrix_exponential  )

◆ expfn()

template<typename T >
T expfn ( T  x,
int   
)

◆ randomTest()

template<typename MatrixType >
void randomTest ( const MatrixType m,
double  tol 
)

◆ test2dHyperbolicRotation()

template<typename T >
void test2dHyperbolicRotation ( double  tol)

◆ test2dRotation()

template<typename T >
void test2dRotation ( double  tol)

◆ testPascal()

template<typename T >
void testPascal ( double  tol)