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);
71 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows,cols)(r,c), static_cast<Scalar>(1));
82 if(cols!=1 && rows!=1 && MatrixType::SizeAtCompileTime!=Dynamic)
84 VERIFY_RAISES_ASSERT(m1 = (m2.block(0,0, rows-1, cols-1)));
87 if(cols!=1 && rows!=1)
140 Index cols = m.cols();
152 RealMatrixType rm1 = RealMatrixType::Random(rows,cols),
153 rm2 = RealMatrixType::Random(rows,cols);
154 MatrixType cm(rows,cols);