Searched refs:permutationP (Results 1 – 12 of 12) sorted by relevance
79 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()
469 VERIFY_RAISES_ASSERT(ldlt.permutationP()) in cholesky_verify_assert()
16 cout << lu.permutationP().inverse() * l * u * lu.permutationQ().inverse() << endl;
149 inline const PermutationType& permutationP() const237 dst = permutationP() * rhs;270 dst = permutationP().transpose() * dst;
159 EIGEN_DEVICE_FUNC inline const PermutationPType& permutationP() const772 c = permutationP() * rhs;849 PermutationPType invp = permutationP().inverse().eval();
161 lu_decomposition.permutationP().transpose(); in ComputeTensorSlice()
63 *sign = lu.permutationP().determinant(); in SLogDet()
175 const PermutationType& permutationP() const { eigen_assert("m_analysisIsOk"); return m_perm; } in permutationP() function
225 inline const IntColVectorType& permutationP() const in permutationP() function
115 const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& permutationP() const
771 …Matrix<Scalar, Dynamic, 1>::Map(out, n) = OP.permutationP() * Matrix<Scalar, Dynamic, 1>::Map(out,…
555 inline const IntColVectorType& permutationP() const