|
TR-mbed 1.0
|
Macros | |
| #define | TEST_ENABLE_TEMPORARY_TRACKING |
Functions | |
| template<typename MatrixType , int UpLo> | |
| MatrixType::RealScalar | matrix_l1_norm (const MatrixType &m) |
| template<typename MatrixType , template< typename, int > class CholType> | |
| void | test_chol_update (const MatrixType &symm) |
| template<typename MatrixType > | |
| void | cholesky (const MatrixType &m) |
| template<typename MatrixType > | |
| void | cholesky_cplx (const MatrixType &m) |
| template<typename MatrixType > | |
| void | cholesky_bug241 (const MatrixType &m) |
| template<typename MatrixType > | |
| void | cholesky_definiteness (const MatrixType &m) |
| template<typename > | |
| void | cholesky_faillure_cases () |
| template<typename MatrixType > | |
| void | cholesky_verify_assert () |
| EIGEN_DECLARE_TEST (cholesky) | |
| #define TEST_ENABLE_TEMPORARY_TRACKING |
| void cholesky | ( | const MatrixType & | m | ) |
| void cholesky_bug241 | ( | const MatrixType & | m | ) |
| void cholesky_cplx | ( | const MatrixType & | m | ) |
| void cholesky_definiteness | ( | const MatrixType & | m | ) |
| void cholesky_faillure_cases | ( | ) |
| void cholesky_verify_assert | ( | ) |
| EIGEN_DECLARE_TEST | ( | cholesky | ) |
| MatrixType::RealScalar matrix_l1_norm | ( | const MatrixType & | m | ) |
| void test_chol_update | ( | const MatrixType & | symm | ) |