Home | History | Annotate | Download | only in PardisoSupport

Lines Matching full:rows

130     inline Index rows() const { return m_size; }
178 eigen_assert(rows()==b.rows()
179 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
192 eigen_assert(rows()==b.rows()
193 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
287 m_size = a.rows();
288 eigen_assert(a.rows() == a.cols());
310 m_size = a.rows();
334 eigen_assert(m_size == a.rows() && m_size == a.cols());
355 //Index n = m_matrix.rows();
357 eigen_assert(m_size==b.rows());
360 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
493 m_matrix.resize(matrix.rows(), matrix.cols());
552 m_matrix.resize(matrix.rows(), matrix.cols());