Home
last modified time | relevance | path

Searched refs:PermIndexType (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h62 typedef typename PermutationType::Index PermIndexType; typedef
91 m_colsPermutation(PermIndexType(cols)), in ColPivHouseholderQR()
113 m_colsPermutation(PermIndexType(matrix.cols())), in ColPivHouseholderQR()
507 m_colsPermutation.setIdentity(PermIndexType(cols)); in compute()
508 for(PermIndexType k = 0; k < m_nonzero_pivots; ++k) in compute()
509 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k))); in compute()