|
TR-mbed 1.0
|
#include "main.h"#include <unsupported/Eigen/MatrixFunctions>Classes | |
| struct | randomMatrixWithImagEivals< MatrixType, IsComplex > |
| struct | randomMatrixWithImagEivals< MatrixType, 0 > |
| struct | randomMatrixWithImagEivals< MatrixType, 1 > |
Macros | |
| #define | VERIFY_IS_APPROX_ABS(a, b) VERIFY(test_isApprox_abs(a, b)) |
Functions | |
| template<typename Type1 , typename Type2 > | |
| bool | test_isApprox_abs (const Type1 &a, const Type2 &b) |
| template<typename MatrixType > | |
| MatrixType | randomMatrixWithRealEivals (const Index size) |
| template<typename MatrixType > | |
| void | testMatrixExponential (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrixLogarithm (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testHyperbolicFunctions (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testGonioFunctions (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrix (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrixType (const MatrixType &m) |
| template<typename MatrixType > | |
| void | testMapRef (const MatrixType &A) |
| EIGEN_DECLARE_TEST (matrix_function) | |
| EIGEN_DECLARE_TEST | ( | matrix_function | ) |
| MatrixType randomMatrixWithRealEivals | ( | const Index | size | ) |
|
inline |
| void testGonioFunctions | ( | const MatrixType & | A | ) |
| void testHyperbolicFunctions | ( | const MatrixType & | A | ) |
| void testMapRef | ( | const MatrixType & | A | ) |
| void testMatrix | ( | const MatrixType & | A | ) |
| void testMatrixExponential | ( | const MatrixType & | A | ) |
| void testMatrixLogarithm | ( | const MatrixType & | A | ) |
| void testMatrixType | ( | const MatrixType & | m | ) |