Lines Matching refs:cols
22 Index cols = m.cols();
24 MatrixType m1 = MatrixType::Random(rows, cols),
25 m2 = MatrixType::Random(rows, cols),
26 m3(rows, cols),
27 mzero = MatrixType::Zero(rows, cols),
31 square2 = MatrixType::Random(cols, cols),
32 res2 = MatrixType::Random(cols, cols);
34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
89 Index j = internal::random<Index>(0,m1.cols()-2);
91 Index c = internal::random<Index>(1,m1.cols()-j);
93 Index j2 = internal::random<Index>(0,m1.cols()-1);
96 VERIFY_IS_APPROX(m1.block(i,0,r,m1.cols()) * m1.row(i2).adjoint(), m1.block(i,0,r,m1.cols()).eval() * m1.row(i2).adjoint().eval());
120 // rows = 1, cols = 4
125 // rows = 4, cols = 0