Home | History | Annotate | Download | only in test

Lines Matching full:rows

44     VectorType vec = VectorType::Random(symm.rows());
67 Index rows = m.rows();
75 MatrixType a0 = MatrixType::Random(rows,cols);
76 VectorType vecB = VectorType::Random(rows), vecX(rows);
77 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
82 MatrixType a1 = MatrixType::Random(rows,cols);
119 MatrixType m1 = MatrixType::Random(rows,cols), m2(rows,cols);
185 if(rows>=3)
188 int c = internal::random<int>(0,rows-2);
201 if(rows>=3)
203 int r = internal::random<int>(1,rows-1);
204 Matrix<Scalar,Dynamic,Dynamic> a = Matrix<Scalar,Dynamic,Dynamic>::Random(rows,r);
217 if(rows>=3)
220 Matrix<Scalar,Dynamic,Dynamic> a = Matrix<Scalar,Dynamic,Dynamic>::Random(rows,rows);
221 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(rows);
222 for(int k=0; k<rows; ++k)
250 Index rows = m.rows();
258 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
259 VectorType vecB = VectorType::Random(rows), vecX(rows);
260 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
265 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
303 eigen_assert(m.rows() == 2 && m.cols() == 2);
321 eigen_assert(m.rows() == 2 && m.cols() == 2);