Lines Matching refs:Index
14 typedef typename MatrixType::Index Index;
18 Index rows = m.rows();
19 Index cols = m.cols();
47 Index r0 = internal::random<Index>(0,rows-1);
48 Index c0 = internal::random<Index>(0,cols-1);
49 Index r1 = internal::random<Index>(r0+1,rows)-r0;
50 Index c1 = internal::random<Index>(c0+1,cols)-c0;
64 typedef typename VectorType::Index Index;
67 Index size = w.size();