Home | History | Annotate | Download | only in MetisSupport

Lines Matching refs:it

44       for (typename MatrixType::InnerIterator it(A, j); it; ++it)
46 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
54 for (typename MatrixType::InnerIterator it(At, j); it; ++it)
56 Index idx = it.index();
77 for (typename MatrixType::InnerIterator it(A,j); it; ++it)
79 StorageIndex idx = it.index(); // Get the row index (for column major) or column index (for row major)
88 for (typename MatrixType::InnerIterator it(At, j); it; ++it)
90 StorageIndex idx = it.index();
105 StorageIndex m = internal::convert_index<StorageIndex>(A.cols()); // must be StorageIndex, because it is passed by address to METIS