Lines Matching refs:cols
22 Index cols = m.cols();
24 c = internal::random<Index>(0, cols-1);
26 ArrayType m1 = ArrayType::Random(rows, cols),
27 m2(rows, cols),
28 m3(rows, cols);
31 RowVectorType rowvec = RowVectorType::Random(cols);
127 Index cols = m.cols();
129 c = internal::random<Index>(0, cols-1);
131 MatrixType m1 = MatrixType::Random(rows, cols),
132 m2(rows, cols),
133 m3(rows, cols);
136 RowVectorType rowvec = RowVectorType::Random(cols);