Home
last modified time | relevance | path

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

/external/eigen/test/
Dlu.cpp79 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u); in lu_non_invertible()
226 VERIFY_RAISES_ASSERT(lu.permutationP()) in lu_verify_assert()
241 VERIFY_RAISES_ASSERT(plu.permutationP()) in lu_verify_assert()
Dcholesky.cpp469 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.h149 inline const PermutationType& permutationP() const
237 dst = permutationP() * rhs;
270 dst = permutationP().transpose() * dst;
DFullPivLU.h159 EIGEN_DEVICE_FUNC inline const PermutationPType& permutationP() const
772 c = permutationP() * rhs;
849 PermutationPType invp = permutationP().inverse().eval();
/external/tensorflow/tensorflow/core/kernels/
Dlu_op.cc161 lu_decomposition.permutationP().transpose(); in ComputeTensorSlice()
Ddeterminant_op.cc63 *sign = lu.permutationP().determinant(); in SLogDet()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteCholesky.h175 const PermutationType& permutationP() const { eigen_assert("m_analysisIsOk"); return m_perm; } in permutationP() function
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h225 inline const IntColVectorType& permutationP() const in permutationP() function
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h115 const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& permutationP() const
/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.h555 inline const IntColVectorType& permutationP() const