Go to the source code of this file.
Macros | |
#define | TEST_ENABLE_TEMPORARY_TRACKING |
Functions | |
template<typename MatrixType > | |
void | cholesky (const MatrixType &m) |
template<typename MatrixType > | |
void | cholesky_bug241 (const MatrixType &m) |
template<typename MatrixType > | |
void | cholesky_cplx (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) | |
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) |
#define TEST_ENABLE_TEMPORARY_TRACKING |
Definition at line 10 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky | ( | const MatrixType & | m | ) |
Definition at line 56 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky_bug241 | ( | const MatrixType & | m | ) |
Definition at line 343 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky_cplx | ( | const MatrixType & | m | ) |
Definition at line 286 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky_definiteness | ( | const MatrixType & | m | ) |
Definition at line 361 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky_faillure_cases | ( | ) |
Definition at line 410 of file 3rdparty/Eigen/test/cholesky.cpp.
void cholesky_verify_assert | ( | ) |
Definition at line 471 of file 3rdparty/Eigen/test/cholesky.cpp.
EIGEN_DECLARE_TEST | ( | cholesky | ) |
Definition at line 495 of file 3rdparty/Eigen/test/cholesky.cpp.
MatrixType::RealScalar matrix_l1_norm | ( | const MatrixType & | m | ) |
Definition at line 18 of file 3rdparty/Eigen/test/cholesky.cpp.
void test_chol_update | ( | const MatrixType & | symm | ) |
Definition at line 24 of file 3rdparty/Eigen/test/cholesky.cpp.