#include "matrix_functions.h"
Go to the source code of this file.
Functions | |
double | binom (int n, int k) |
template<typename T > | |
T | expfn (T x, int) |
template<typename MatrixType > | |
void | randomTest (const MatrixType &m, double tol) |
template<typename T > | |
void | test2dHyperbolicRotation (double tol) |
template<typename T > | |
void | test2dRotation (double tol) |
void | test_matrix_exponential () |
template<typename T > | |
void | testPascal (double tol) |
double binom | ( | int | n, |
int | k | ||
) |
Definition at line 12 of file matrix_exponential.cpp.
T expfn | ( | T | x, |
int | |||
) |
Definition at line 21 of file matrix_exponential.cpp.
void randomTest | ( | const MatrixType & | m, |
double | tol | ||
) |
Definition at line 98 of file matrix_exponential.cpp.
void test2dHyperbolicRotation | ( | double | tol | ) |
Definition at line 49 of file matrix_exponential.cpp.
void test2dRotation | ( | double | tol | ) |
Definition at line 27 of file matrix_exponential.cpp.
void test_matrix_exponential | ( | ) |
Definition at line 122 of file matrix_exponential.cpp.
void testPascal | ( | double | tol | ) |
Definition at line 74 of file matrix_exponential.cpp.