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

  /external/eigen/doc/snippets/
class_FullPivLU.cpp 16 cout << lu.permutationP().inverse() * l * u * lu.permutationQ().inverse() << endl;
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 69 * The data of the LU decomposition can be directly accessed through the methods matrixLU(), permutationP().
149 inline const PermutationType& permutationP() const
237 dst = permutationP() * rhs;
270 dst = permutationP().transpose() * dst;
FullPivLU.h 49 * permutationP(), permutationQ().
159 EIGEN_DEVICE_FUNC inline const PermutationPType& permutationP() const
167 * \sa permutationP()
772 c = permutationP() * rhs;
849 PermutationPType invp = permutationP().inverse().eval();
    [all...]
  /external/eigen/test/
lu.cpp 79 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u);
226 VERIFY_RAISES_ASSERT(lu.permutationP())
241 VERIFY_RAISES_ASSERT(plu.permutationP())
cholesky.cpp 469 VERIFY_RAISES_ASSERT(ldlt.permutationP())
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 175 const PermutationType& permutationP() const { eigen_assert("m_analysisIsOk"); return m_perm; }
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 225 inline const IntColVectorType& permutationP() const
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 115 const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& permutationP() const
119 * \sa permutationP() */
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 771 Matrix<Scalar, Dynamic, 1>::Map(out, n) = OP.permutationP() * Matrix<Scalar, Dynamic, 1>::Map(out, n);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 555 inline const IntColVectorType& permutationP() const
    [all...]

Completed in 2325 milliseconds