Lines Matching refs:cols
23 Index cols = m.cols();
25 MatrixType m1 = MatrixType::Random(rows, cols),
26 m2 = MatrixType::Random(rows, cols),
27 m3(rows, cols),
28 mzero = MatrixType::Zero(rows, cols),
32 square2 = MatrixType::Random(cols, cols),
33 res2 = MatrixType::Random(cols, cols);
35 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
90 Index j = internal::random<Index>(0,m1.cols()-2);
92 Index c = internal::random<Index>(1,m1.cols()-j);
94 Index j2 = internal::random<Index>(0,m1.cols()-1);
97 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());
121 // rows = 1, cols = 4
126 // rows = 4, cols = 0