#include "matrix_functions.h"
Go to the source code of this file.
Classes | |
| struct | generateTriangularMatrix< MatrixType, 0 > |
| struct | generateTriangularMatrix< MatrixType, 1 > |
Typedefs | |
| typedef Matrix< double, 3, 3, RowMajor > | Matrix3dRowMajor |
| typedef Matrix< long double, Dynamic, Dynamic > | MatrixXe |
Functions | |
| template<typename T > | |
| void | test2dHyperbolicRotation (double tol) |
| template<typename T > | |
| void | test2dRotation (double tol) |
| void | test_matrix_power () |
| template<typename MatrixType > | |
| void | testExponentLaws (const MatrixType &m, double tol) |
| typedef Matrix<double,3,3,RowMajor> Matrix3dRowMajor |
Definition at line 112 of file matrix_power.cpp.
| typedef Matrix<long double,Dynamic,Dynamic> MatrixXe |
Definition at line 113 of file matrix_power.cpp.
| void test2dHyperbolicRotation | ( | double | tol | ) |
Definition at line 61 of file matrix_power.cpp.
| void test2dRotation | ( | double | tol | ) |
Definition at line 40 of file matrix_power.cpp.
| void test_matrix_power | ( | ) |
Definition at line 115 of file matrix_power.cpp.
| void testExponentLaws | ( | const MatrixType & | m, |
| double | tol | ||
| ) |
Definition at line 83 of file matrix_power.cpp.