|
TR-mbed 1.0
|
#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) | |
| EIGEN_DECLARE_TEST | ( | matrix_exponential | ) |
| void randomTest | ( | const MatrixType & | m, |
| double | tol | ||
| ) |
| void test2dHyperbolicRotation | ( | double | tol | ) |
| void test2dRotation | ( | double | tol | ) |
| void testPascal | ( | double | tol | ) |