Lines Matching refs:Index
15 typedef typename MatrixType::Index Index;
27 Index rows = m.rows();
28 Index cols = m.cols();
88 Index i = internal::random<Index>(0, rows-1);
89 Index j;
90 do j = internal::random<Index>(0, rows-1); while(j==i);
97 i = internal::random<Index>(0, cols-1);
98 do j = internal::random<Index>(0, cols-1); while(j==i);