[SciPy-Dev] lgmres tolerance

marc marc.barbry at mailoo.org
Fri Feb 9 04:57:08 EST 2018


Dear Scipy developers,

I have a question regarding the tolerance of the lgmres function. From 
the documentation, it is written,

*tol* : float, optional

    Tolerance to achieve. The algorithm terminates when either the
    relative or the absolute residual is below /tol/.



For technical issues, I would like the algorithm to ignore the relative 
residual and to terminates only when the absolute residual is below tol.
Do there is a way to do this?

Best regards,
Marc Barbry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20180209/975957c0/attachment-0001.html>


More information about the SciPy-Dev mailing list