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

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 175 const PermutationType& permutationP() const { eigen_assert("m_analysisIsOk"); return m_perm; }
  /external/eigen/Eigen/src/LU/
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...]
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;
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 115 const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& permutationP() const
119 * \sa permutationP() */
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 225 inline const IntColVectorType& permutationP() const
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 555 inline const IntColVectorType& permutationP() const
    [all...]

Completed in 228 milliseconds