Lines Matching refs:Index
16 typedef typename MatrixType::Index Index;
21 Index rows = m.rows();
22 Index cols = m.cols();
38 Index r = internal::random<Index>(0, rows-1),
39 c = internal::random<Index>(0, cols-1);
111 for(typename MatrixType::Index i=0;i<rows;++i)
116 for(typename MatrixType::Index i=0;i<rows;++i)
121 for(typename MatrixType::Index i=0;i<rows;++i)
126 for(typename MatrixType::Index i=0;i<rows;++i)
133 typedef typename MatrixType::Index Index;
138 Index rows = m.rows();
139 Index cols = m.cols();