[SciPy-Dev] request of a FGMRES krylov solver

Thélesphonse Bigorneault bigorneault at gmail.com
Wed Jan 12 17:23:48 EST 2011


I would like to have a FGMRES Krylov solver in scipy. FGMRES is a variant of
the GMRES method with right preconditioning that enables the use of a
different preconditioner at each step of the Arnoldi process.

A possibility could be to "borrow" the fgmres function from pyamg (which as
a compatible license)

http://code.google.com/p/pyamg/source/browse/trunk/pyamg/krylov/_fgmres.py

Including this code into scipy should be straightforward.

Télesphore Bigorneault
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110112/2bf8bf7b/attachment.html>


More information about the SciPy-Dev mailing list