#include "matrix_functions.h"
Go to the source code of this file.
Typedefs | |
typedef Matrix< double, 3, 3, RowMajor > | Matrix3dRowMajor |
typedef Matrix< long double, 3, 3 > | Matrix3e |
typedef Matrix< long double, Dynamic, Dynamic > | MatrixXe |
Functions | |
EIGEN_DECLARE_TEST (matrix_power) | |
template<typename T > | |
void | test2dHyperbolicRotation (const T &tol) |
template<typename T > | |
void | test2dRotation (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 | 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<double,3,3,RowMajor> Matrix3dRowMajor |
Definition at line 149 of file matrix_power.cpp.
Definition at line 150 of file matrix_power.cpp.
Definition at line 151 of file matrix_power.cpp.
EIGEN_DECLARE_TEST | ( | matrix_power | ) |
Definition at line 153 of file matrix_power.cpp.
void test2dHyperbolicRotation | ( | const T & | tol | ) |
Definition at line 34 of file matrix_power.cpp.
void test2dRotation | ( | const T & | tol | ) |
Definition at line 13 of file matrix_power.cpp.
void test3dRotation | ( | const T & | tol | ) |
Definition at line 56 of file matrix_power.cpp.
void testGeneral | ( | const MatrixType & | m, |
const typename MatrixType::RealScalar & | tol | ||
) |
Definition at line 70 of file matrix_power.cpp.
void testLogThenExp | ( | const MatrixType & | m_const, |
const typename MatrixType::RealScalar & | tol | ||
) |
Definition at line 133 of file matrix_power.cpp.
void testSingular | ( | const MatrixType & | m_const, |
const typename MatrixType::RealScalar & | tol | ||
) |
Definition at line 100 of file matrix_power.cpp.