Lines Matching refs:cols
22 Index cols = m.cols();
26 MatrixType m1 = MatrixType::Random(rows, cols),
27 m2 = MatrixType::Random(rows, cols),
28 m3(rows, cols),
29 mzero = MatrixType::Zero(rows, cols),
39 c = internal::random<Index>(0, cols-1);
70 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows,cols)(r,c), static_cast<Scalar>(1));
81 if(cols!=1 && rows!=1 && MatrixType::SizeAtCompileTime!=Dynamic)
83 VERIFY_RAISES_ASSERT(m1 = (m2.block(0,0, rows-1, cols-1)));
86 if(cols!=1 && rows!=1)
153 Index cols = m.cols();
165 RealMatrixType rm1 = RealMatrixType::Random(rows,cols),
166 rm2 = RealMatrixType::Random(rows,cols);
167 MatrixType cm(rows,cols);