Lines Matching refs:Index
14 typedef typename ArrayType::Index Index;
20 Index rows = m.rows();
21 Index cols = m.cols();
86 typedef typename ArrayType::Index Index;
91 Index rows = m.rows();
92 Index cols = m.cols();
94 Index r = internal::random<Index>(0, rows-1),
95 c = internal::random<Index>(0, cols-1);
143 typedef Array<typename ArrayType::Index, Dynamic, 1> ArrayOfIndices;
152 typedef typename ArrayType::Index Index;
156 Index rows = m.rows();
157 Index cols = m.cols();
216 typedef typename ArrayType::Index Index;
218 Index rows = m.rows();
219 Index cols = m.cols();
224 for (Index i = 0; i < m.rows(); ++i)
225 for (Index j = 0; j < m.cols(); ++j)
235 typedef typename ArrayType::Index Index;
238 Index rows = m.rows();
239 Index cols = m.cols();