Searched refs:reconstructedMatrix (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | cholesky.cpp | 54 VERIFY_IS_APPROX(symmCpy, chollo.reconstructedMatrix()); in test_chol_update() 57 VERIFY_IS_APPROX(symmCpy, cholup.reconstructedMatrix()); in test_chol_update() 95 VERIFY_IS_APPROX(symm, chollo.reconstructedMatrix()); in cholesky() 103 VERIFY_IS_APPROX(symm, cholup.reconstructedMatrix()); in cholesky() 147 VERIFY_IS_APPROX(symm, ldltlo.reconstructedMatrix()); in cholesky() 154 VERIFY_IS_APPROX(symm, ldltup.reconstructedMatrix()); in cholesky() 195 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix()); in cholesky() 211 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix()); in cholesky() 230 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix()); in cholesky() 273 VERIFY_IS_APPROX(symm, chollo.reconstructedMatrix()); in cholesky_cplx() [all …]
|
D | lu.cpp | 79 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix()); in lu_non_invertible() 115 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix()); in lu_invertible() 146 VERIFY_IS_APPROX(m1, plu.reconstructedMatrix()); in lu_partial_piv()
|
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU.h | 168 MatrixType reconstructedMatrix() const; 428 MatrixType PartialPivLU<MatrixType>::reconstructedMatrix() const in reconstructedMatrix() function
|
D | FullPivLU.h | 371 MatrixType reconstructedMatrix() const; 526 MatrixType FullPivLU<MatrixType>::reconstructedMatrix() const in reconstructedMatrix() function
|
/external/eigen/Eigen/src/Cholesky/ |
D | LLT.h | 156 MatrixType reconstructedMatrix() const; 470 MatrixType LLT<MatrixType,_UpLo>::reconstructedMatrix() const
|
D | LDLT.h | 221 MatrixType reconstructedMatrix() const; 568 MatrixType LDLT<MatrixType,_UpLo>::reconstructedMatrix() const
|