Home | History | Annotate | Download | only in test

Lines Matching full:rows

21   Index rows = m.rows();
24 MatrixType m1 = MatrixType::Random(rows, cols),
25 m2 = MatrixType::Random(rows, cols),
26 m3(rows, cols),
27 mzero = MatrixType::Zero(rows, cols),
28 identity = MatrixType::Identity(rows, rows),
29 square = MatrixType::Random(rows, rows),
30 res = MatrixType::Random(rows, rows),
33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
88 Index i = internal::random<Index>(0,m1.rows()-2);
90 Index r = internal::random<Index>(1,m1.rows()-i);
92 Index i2 = internal::random<Index>(0,m1.rows()-1);
95 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());
120 // rows = 1, cols = 4
125 // rows = 4, cols = 0