Scilab Function
Last update : March 2000

gmres - generalized minimum residual method with restarts

Calling Sequence

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

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)