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

  /external/eigen/Eigen/src/LU/
PartialPivLU.h 43 * The data of the LU decomposition can be directly accessed through the methods matrixLU(), permutationP().
108 inline const PermutationType& permutationP() const
463 dst = dec().permutationP() * rhs();
FullPivLU.h 38 * permutationP(), permutationQ().
132 inline const PermutationPType& permutationP() const
140 * \sa permutationP()
704 c = dec().permutationP() * rhs();
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 112 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationP() const
116 * \sa permutationP() */
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 189 inline const IntColVectorType& permutationP() const
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 546 inline const IntColVectorType& permutationP() const

Completed in 262 milliseconds