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);
171 MatrixType m1 = MatrixType::Random(rows,cols), m2(rows,cols);
199 Index rows = m.rows();
207 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
208 VectorType vecB = VectorType::Random(rows), vecX(rows);
209 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
214 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
252 eigen_assert(m.rows() == 2 && m.cols() == 2);