Searched refs:m_resmax (Results 1 – 1 of 1) sorted by relevance
77 double m_resmax; ///< maximum residual variable93 : m_rhsn(1.0), m_maxiter(mit), m_noise(noi), m_resmax(r) { init(); }105 double maxResidual() const { return m_resmax; } in maxResidual()106 void setMaxResidual(double r) { m_resmax = r; } in setMaxResidual()125 bool converged() const { return m_res <= m_rhsn * m_resmax; } in converged()