Home | History | Annotate | Download | only in test

Lines Matching refs:Index

17   typedef typename MatrixType::Index Index;
18 Index rows = m.rows();
19 Index cols = m.cols();
35 Index p = internal::random<Index>(0, rows-1);
36 Index q;
38 q = internal::random<Index>(0, rows-1);
48 Index p = internal::random<Index>(0, cols-1);
49 Index q;
51 q = internal::random<Index>(0, cols-1);