Lines Matching full:rows
129 inline Index rows() const { return m_size; }
177 eigen_assert(rows()==b.rows()
178 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
191 eigen_assert(rows()==b.rows()
192 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
212 eigen_assert(m_size==b.rows());
217 int size = b.rows();
309 m_size = a.rows();
310 eigen_assert(a.rows() == a.cols());
332 m_size = a.rows();
356 eigen_assert(m_size == a.rows() && m_size == a.cols());
377 //Index n = m_matrix.rows();
379 eigen_assert(m_size==b.rows());
382 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
515 m_matrix.resize(matrix.rows(), matrix.cols());
574 m_matrix.resize(matrix.rows(), matrix.cols());