Lines Matching refs:Index
18 Index rows = _m.rows();
19 Index cols = _m.cols();
20 Index supers = _m.supers();
21 Index subs = _m.subs();
48 Index d = (std::min)(rows,cols);
49 Index a = std::max<Index>(0,cols-d-supers);
50 Index b = std::max<Index>(0,rows-d-subs);
65 Index rows = internal::random<Index>(1,10);
66 Index cols = internal::random<Index>(1,10);
67 Index sups = internal::random<Index>(0,cols-1);
68 Index subs = internal::random<Index>(0,rows-1);