
Go to the source code of this file.
Functions | |
| EIGEN_DECLARE_TEST (lu) | |
| template<typename MatrixType > | |
| void | lu_invertible () |
| template<typename MatrixType > | |
| void | lu_non_invertible () |
| template<typename MatrixType > | |
| void | lu_partial_piv (Index size=MatrixType::ColsAtCompileTime) |
| template<typename MatrixType > | |
| void | lu_verify_assert () |
| template<typename MatrixType > | |
| MatrixType::RealScalar | matrix_l1_norm (const MatrixType &m) |
| EIGEN_DECLARE_TEST | ( | lu | ) |
Definition at line 214 of file test/lu.cpp.
| void lu_invertible | ( | ) |
Definition at line 110 of file test/lu.cpp.
| void lu_non_invertible | ( | ) |
Definition at line 20 of file test/lu.cpp.
| void lu_partial_piv | ( | Index | size = MatrixType::ColsAtCompileTime | ) |
Definition at line 155 of file test/lu.cpp.
| void lu_verify_assert | ( | ) |
Definition at line 183 of file test/lu.cpp.
| MatrixType::RealScalar matrix_l1_norm | ( | const MatrixType & | m | ) |
Definition at line 16 of file test/lu.cpp.