Searched defs:colsPermutation (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h214 const PermutationType& colsPermutation() const function in class:Eigen::ColPivHouseholderQR
H A DCompleteOrthogonalDecomposition.h192 const PermutationType& colsPermutation() const { function in class:Eigen::CompleteOrthogonalDecomposition
193 return m_cpqr.colsPermutation();
524 dst = colsPermutation() * dst;
H A DFullPivHouseholderQR.h198 const PermutationType& colsPermutation() const function in class:Eigen::FullPivHouseholderQR
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h44 * P is the column permutation. Use colsPermutation() to get it.
166 // colsPermutation() performs a copy of the permutation,
172 // dest = colsPermutation() * y.topRows(cols());
194 PermutationType colsPermutation() const function in class:Eigen::SPQR
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h163 * \sa colsPermutation()
173 inline const PermutationType& colsPermutation() const function in class:Eigen::SparseLU
238 X.col(j) = colsPermutation().inverse() * X.col(j);
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h52 * rank-revealing permutations. Use colsPermutation() to get it.
179 const PermutationType& colsPermutation() const function in class:Eigen::SparseQR
210 if (m_perm_c.size()) dest = colsPermutation() * y.topRows(cols());

Completed in 158 milliseconds