Go to the source code of this file.
|
template<typename T > |
void | test2dHyperbolicRotation (const T &tol) |
|
template<typename T > |
void | test2dRotation (const T &tol) |
|
template<typename T > |
void | test3dRotation (const T &tol) |
|
void | test_matrix_power () |
|
template<typename MatrixType > |
void | testGeneral (const MatrixType &m, const typename MatrixType::RealScalar &tol) |
|
template<typename MatrixType > |
void | testLogThenExp (const MatrixType &m_const, const typename MatrixType::RealScalar &tol) |
|
template<typename MatrixType > |
void | testSingular (const MatrixType &m_const, const typename MatrixType::RealScalar &tol) |
|
typedef Matrix<long double,3,3> Matrix3e |
typedef Matrix<long double,Dynamic,Dynamic> MatrixXe |
template<typename T >
void test2dHyperbolicRotation |
( |
const T & |
tol | ) |
|
template<typename T >
void test2dRotation |
( |
const T & |
tol | ) |
|
template<typename T >
void test3dRotation |
( |
const T & |
tol | ) |
|
void test_matrix_power |
( |
| ) |
|
template<typename MatrixType >
void testGeneral |
( |
const MatrixType & |
m, |
|
|
const typename MatrixType::RealScalar & |
tol |
|
) |
| |
template<typename MatrixType >
void testLogThenExp |
( |
const MatrixType & |
m_const, |
|
|
const typename MatrixType::RealScalar & |
tol |
|
) |
| |
template<typename MatrixType >
void testSingular |
( |
const MatrixType & |
m_const, |
|
|
const typename MatrixType::RealScalar & |
tol |
|
) |
| |