Home | History | Annotate | Download | only in IterativeSolvers

Lines Matching full:rows

151     eigen_assert(Base::rows()==b.rows()
152 && "DGMRES::solve(): invalid number of rows of the right hand side matrix b");
227 void dgmresInitDeflation(Index& rows) const;
260 int n = mat.rows();
310 int n = mat.rows();
392 void DGMRES<_MatrixType, _Preconditioner>::dgmresInitDeflation(Index& rows) const
394 m_U.resize(rows, m_maxNeig);
395 m_MU.resize(rows, m_maxNeig);
412 Index it = T.rows();
484 Index m = m_V.rows();