Lines Matching full:rows
90 : m_matrix(matrix.rows(), matrix.cols()),
125 eigen_assert(m_matrix.rows()==b.rows()
126 && "LLT::solve(): invalid number of rows of the right hand side matrix b");
170 inline Index rows() const { return m_matrix.rows(); }
204 eigen_assert(mat.rows()==n && vec.size()==n);
270 eigen_assert(mat.rows()==mat.cols());
271 const Index size = mat.rows();
295 eigen_assert(m.rows()==m.cols());
296 Index size = m.rows();
387 eigen_assert(a.rows()==a.cols());
388 const Index size = a.rows();
453 eigen_assert(m_matrix.rows()==bAndX.rows());