Lines Matching full:rows
22 Index rows = m.rows();
25 MatrixType m1 = MatrixType::Random(rows, cols),
26 m2 = MatrixType::Random(rows, cols),
27 m3(rows, cols),
28 mzero = MatrixType::Zero(rows, cols),
29 identity = MatrixType::Identity(rows, rows),
30 square = MatrixType::Random(rows, rows),
31 res = MatrixType::Random(rows, rows),
34 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
89 Index i = internal::random<Index>(0,m1.rows()-2);
91 Index r = internal::random<Index>(1,m1.rows()-i);
93 Index i2 = internal::random<Index>(0,m1.rows()-1);
96 VERIFY_IS_APPROX(m1.col(j2).adjoint() * m1.block(0,j,m1.rows(),c), m1.col(j2).adjoint().eval() * m1.block(0,j,m1.rows(),c).eval());
121 // rows = 1, cols = 4
126 // rows = 4, cols = 0