Home
last modified time | relevance | path

Searched refs:permutationP (Results 1 – 9 of 9) sorted by relevance

/external/eigen/test/
Dlu.cpp74 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u); in lu_non_invertible()
155 VERIFY_RAISES_ASSERT(lu.permutationP()) in lu_verify_assert()
170 VERIFY_RAISES_ASSERT(plu.permutationP()) in lu_verify_assert()
Dcholesky.cpp369 VERIFY_RAISES_ASSERT(ldlt.permutationP()) in cholesky_verify_assert()
/external/eigen/doc/snippets/
Dclass_FullPivLU.cpp16 cout << lu.permutationP().inverse() * l * u * lu.permutationQ().inverse() << endl;
/external/eigen/Eigen/src/LU/
DPartialPivLU.h108 inline const PermutationType& permutationP() const in permutationP() function
463 dst = dec().permutationP() * rhs();
DFullPivLU.h132 inline const PermutationPType& permutationP() const in permutationP() function
704 c = dec().permutationP() * rhs();
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h189 inline const IntColVectorType& permutationP() const
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h112 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationP() const in permutationP() function
/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h771 …Matrix<Scalar, Dynamic, 1>::Map(out, n) = OP.permutationP() * Matrix<Scalar, Dynamic, 1>::Map(out,…
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h546 inline const IntColVectorType& permutationP() const