#include "main.h"#include <unsupported/Eigen/MatrixFunctions>
Go to the source code of this file.
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 MatrixType > | |
| MatrixType | randomMatrixWithRealEivals (const typename MatrixType::Index size) |
| template<typename Type1 , typename Type2 > | |
| bool | test_isApprox_abs (const Type1 &a, const Type2 &b) |
| void | test_matrix_function () |
| template<typename MatrixType > | |
| void | testGonioFunctions (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testHyperbolicFunctions (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrix (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrixExponential (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrixLogarithm (const MatrixType &A) |
| template<typename MatrixType > | |
| void | testMatrixType (const MatrixType &m) |
| #define VERIFY_IS_APPROX_ABS | ( | a, | |
| b | |||
| ) | VERIFY(test_isApprox_abs(a, b)) |
Definition at line 15 of file matrix_function.cpp.
| MatrixType randomMatrixWithRealEivals | ( | const typename MatrixType::Index | size | ) |
Definition at line 26 of file matrix_function.cpp.
|
inline |
Definition at line 18 of file matrix_function.cpp.
| void test_matrix_function | ( | ) |
Definition at line 184 of file matrix_function.cpp.
| void testGonioFunctions | ( | const MatrixType & | A | ) |
Definition at line 137 of file matrix_function.cpp.
| void testHyperbolicFunctions | ( | const MatrixType & | A | ) |
Definition at line 128 of file matrix_function.cpp.
| void testMatrix | ( | const MatrixType & | A | ) |
Definition at line 161 of file matrix_function.cpp.
| void testMatrixExponential | ( | const MatrixType & | A | ) |
Definition at line 99 of file matrix_function.cpp.
| void testMatrixLogarithm | ( | const MatrixType & | A | ) |
Definition at line 109 of file matrix_function.cpp.
| void testMatrixType | ( | const MatrixType & | m | ) |
Definition at line 170 of file matrix_function.cpp.