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

  /external/eigen/test/
cholesky.cpp 54 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...]
lu.cpp 79 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix());
115 VERIFY_IS_APPROX(m1, lu.reconstructedMatrix());
146 VERIFY_IS_APPROX(m1, plu.reconstructedMatrix());
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 168 MatrixType reconstructedMatrix() const;
428 MatrixType PartialPivLU<MatrixType>::reconstructedMatrix() const
FullPivLU.h 371 MatrixType reconstructedMatrix() const;
526 MatrixType FullPivLU<MatrixType>::reconstructedMatrix() const
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 221 MatrixType reconstructedMatrix() const;
568 MatrixType LDLT<MatrixType,_UpLo>::reconstructedMatrix() const
LLT.h 156 MatrixType reconstructedMatrix() const;
470 MatrixType LLT<MatrixType,_UpLo>::reconstructedMatrix() const

Completed in 199 milliseconds