Scilab Function
Last update : 14/9/2005

gmres - generalized minimum residual method with restarts

Calling Sequence

[x,flag,err,iter,res] = gmres(A,b,rstr,tol,maxi,M,x0)

Parameters

Description

Solves the linear system Ax=b using the Generalized Minimal residual (GMRES(m)) method with restarts.

See Also

pcg ,  

Author

Sage Group (IRISA, 2005)