When calling the gmres function as gmres(A,b,tol=1e-3), I get the final iteration of the solution vector x as output. I would like to get all the iterates of the solution vector x. Is there an easy way to get the iteration history of the solution vector?
Thanks,
-Paul