Home | History | Annotate | Download | only in test

Lines Matching refs:cols

23   Index cols = m.cols();
25 c = internal::random<Index>(0, cols-1);
27 ArrayType m1 = ArrayType::Random(rows, cols),
28 m2(rows, cols),
29 m3(rows, cols);
32 RowVectorType rowvec = RowVectorType::Random(cols);
116 Index cols = m.cols();
118 c = internal::random<Index>(0, cols-1);
120 MatrixType m1 = MatrixType::Random(rows, cols),
121 m2(rows, cols),
122 m3(rows, cols);
125 RowVectorType rowvec = RowVectorType::Random(cols);