HomeSort by relevance Sort by last modified time
    Searched refs:PermIndexType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
CompleteOrthogonalDecomposition.h 75 typedef typename PermutationType::Index PermIndexType;

Completed in 91 milliseconds