Home | History | Annotate | Download | only in test

Lines Matching full:rows

25   Index rows = m.rows();
28 MatrixType m1 = MatrixType::Random(rows, cols),
29 m2 = MatrixType::Random(rows, cols),
30 m3(rows, cols),
31 square = SquareMatrixType::Random(rows, rows);
32 VectorType v1 = VectorType::Random(rows),
33 v2 = VectorType::Random(rows),
34 v3 = VectorType::Random(rows),
35 vzero = VectorType::Zero(rows);
74 Index r = internal::random<Index>(0, rows-1),
83 VERIFY_IS_APPROX(VectorType::Random(rows).normalized().norm(), RealScalar(1));
102 RealVectorType rv1 = RealVectorType::Random(rows);