Home | History | Annotate | Download | only in test

Lines Matching refs:cols

24   Index cols = m.cols();
26 c = internal::random<Index>(0, cols-1);
28 ArrayType m1 = ArrayType::Random(rows, cols),
29 m2(rows, cols),
30 m3(rows, cols);
33 RowVectorType rowvec = RowVectorType::Random(cols);
118 Array<bool,Dynamic,Dynamic> mb(rows,cols);
141 Index cols = m.cols();
143 c = internal::random<Index>(0, cols-1);
145 MatrixType m1 = MatrixType::Random(rows, cols),
146 m2(rows, cols),
147 m3(rows, cols);
150 RowVectorType rowvec = RowVectorType::Random(cols);
172 if(cols>1)
196 if(cols>1)