[SciPy-user] Convergence behaviour of iterative solvers

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Jan 19 04:29:20 EST 2007


Hi all,

Is there a way to monitor the convergence behaviour of iterative solvers
(cg, gmres, ...) in scipy ?
I mean a plot of the current residual r_i=linalg.norm(b-A x_i) versus
the iteration i.

Nils
 



More information about the SciPy-User mailing list