OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
452
dst = dec().
permutationP
() * rhs();
FullPivLU.h
37
*
permutationP
(), permutationQ().
131
inline const PermutationPType&
permutationP
() const
139
* \sa
permutationP
()
689
c = dec().
permutationP
() * rhs();
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
179
inline const IntColVectorType&
permutationP
() const
/external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h
151
const PermutationMatrix<Dynamic,Dynamic,Index>&
permutationP
() const
155
* \sa
permutationP
() */
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
546
inline const IntColVectorType&
permutationP
() const
Completed in 211 milliseconds