Lines Matching full:rows
21 Index rows = m.rows();
23 Index r = internal::random<Index>(0, rows-1),
26 ArrayType m1 = ArrayType::Random(rows, cols),
27 m2(rows, cols),
28 m3(rows, cols);
30 ColVectorType colvec = ColVectorType::Random(rows);
126 Index rows = m.rows();
128 Index r = internal::random<Index>(0, rows-1),
131 MatrixType m1 = MatrixType::Random(rows, cols),
132 m2(rows, cols),
133 m3(rows, cols);
135 ColVectorType colvec = ColVectorType::Random(rows);