Searched refs:reconstructedMatrix (Results 1 - 6 of 6) sorted by last modified time

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h221 MatrixType reconstructedMatrix() const;
561 MatrixType LDLT<MatrixType,_UpLo>::reconstructedMatrix() const function in class:Eigen::LDLT
H A DLLT.h156 MatrixType reconstructedMatrix() const;
462 MatrixType LLT<MatrixType,_UpLo>::reconstructedMatrix() const function in class:Eigen::LLT
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h371 MatrixType reconstructedMatrix() const;
518 MatrixType FullPivLU<MatrixType>::reconstructedMatrix() const function in class:Eigen::FullPivLU
H A DPartialPivLU.h168 MatrixType reconstructedMatrix() const;
420 MatrixType PartialPivLU<MatrixType>::reconstructedMatrix() const function in class:Eigen::PartialPivLU
/external/eigen/test/
H A Dcholesky.cpp54 VERIFY_IS_APPROX(symmCpy, chollo.reconstructedMatrix());
57 VERIFY_IS_APPROX(symmCpy, cholup.reconstructedMatrix());
95 VERIFY_IS_APPROX(symm, chollo.reconstructedMatrix());
103 VERIFY_IS_APPROX(symm, cholup.reconstructedMatrix());
147 VERIFY_IS_APPROX(symm, ldltlo.reconstructedMatrix());
154 VERIFY_IS_APPROX(symm, ldltup.reconstructedMatrix());
195 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix());
211 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix());
230 VERIFY_IS_APPROX(A, ldltlo.reconstructedMatrix());
273 VERIFY_IS_APPROX(symm, chollo.reconstructedMatrix());
[all...]
H A Dlu.cpp79 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix());
113 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix());
140 VERIFY_IS_APPROX(m1, plu.reconstructedMatrix());

Completed in 1673 milliseconds