Home | History | Annotate | Download | only in test

Lines Matching refs:Index

18   typedef typename MatrixType::Index Index;
19 Index rows = m.rows();
20 Index cols = m.cols();
36 Index p = internal::random<Index>(0, rows-1);
37 Index q;
39 q = internal::random<Index>(0, rows-1);
49 Index p = internal::random<Index>(0, cols-1);
50 Index q;
52 q = internal::random<Index>(0, cols-1);