Home
last modified time | relevance | path

Searched refs:reconstructedMatrix (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Dcholesky.cpp54 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 …]
Dlu.cpp79 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/
DPartialPivLU.h168 MatrixType reconstructedMatrix() const;
428 MatrixType PartialPivLU<MatrixType>::reconstructedMatrix() const in reconstructedMatrix() function
DFullPivLU.h371 MatrixType reconstructedMatrix() const;
526 MatrixType FullPivLU<MatrixType>::reconstructedMatrix() const in reconstructedMatrix() function
/external/eigen/Eigen/src/Cholesky/
DLLT.h156 MatrixType reconstructedMatrix() const;
470 MatrixType LLT<MatrixType,_UpLo>::reconstructedMatrix() const
DLDLT.h221 MatrixType reconstructedMatrix() const;
568 MatrixType LDLT<MatrixType,_UpLo>::reconstructedMatrix() const