|
TR-mbed 1.0
|
#include "matrix_functions.h"Typedefs | |
| typedef Matrix< double, 3, 3, RowMajor > | Matrix3dRowMajor |
| typedef Matrix< long double, 3, 3 > | Matrix3e |
| typedef Matrix< long double, Dynamic, Dynamic > | MatrixXe |
Functions | |
| template<typename T > | |
| void | test2dRotation (const T &tol) |
| template<typename T > | |
| void | test2dHyperbolicRotation (const T &tol) |
| template<typename T > | |
| void | test3dRotation (const T &tol) |
| template<typename MatrixType > | |
| void | testGeneral (const MatrixType &m, const typename MatrixType::RealScalar &tol) |
| template<typename MatrixType > | |
| void | testSingular (const MatrixType &m_const, const typename MatrixType::RealScalar &tol) |
| template<typename MatrixType > | |
| void | testLogThenExp (const MatrixType &m_const, const typename MatrixType::RealScalar &tol) |
| EIGEN_DECLARE_TEST (matrix_power) | |
| typedef Matrix<double,3,3,RowMajor> Matrix3dRowMajor |
| typedef Matrix<long double,3,3> Matrix3e |
| typedef Matrix<long double,Dynamic,Dynamic> MatrixXe |
| EIGEN_DECLARE_TEST | ( | matrix_power | ) |
| void testGeneral | ( | const MatrixType & | m, |
| const typename MatrixType::RealScalar & | tol | ||
| ) |
| void testLogThenExp | ( | const MatrixType & | m_const, |
| const typename MatrixType::RealScalar & | tol | ||
| ) |
| void testSingular | ( | const MatrixType & | m_const, |
| const typename MatrixType::RealScalar & | tol | ||
| ) |