Searched refs:PermIndexType (Results 1 – 1 of 1) sorted by relevance
62 typedef typename PermutationType::Index PermIndexType; typedef91 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()