Home | History | Annotate | Download | only in MetisSupport

Lines Matching refs:Index

21 template <typename Index>
25 typedef PermutationMatrix<Dynamic,Dynamic,Index> PermutationType;
26 typedef Matrix<Index,Dynamic,1> IndexVector;
31 Index m = A.cols();
36 Index TotNz = 0;
46 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
56 Index idx = it.index();
70 Index CurNz = 0;
79 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
90 Index idx = it.index();
105 Index m = A.cols();