Home | History | Annotate | Download | only in MetisSupport

Lines Matching refs:StorageIndex

21 template <typename StorageIndex>
25 typedef PermutationMatrix<Dynamic,Dynamic,StorageIndex> PermutationType;
26 typedef Matrix<StorageIndex,Dynamic,1> IndexVector;
39 for (StorageIndex j = 0; j < m; j++)
70 StorageIndex CurNz = 0;
71 for (StorageIndex j = 0; j < m; j++)
79 StorageIndex idx = it.index(); // Get the row index (for column major) or column index (for row major)
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