Notes on GMRES Algorithm Organization
by Richard Hanson & David Kincaid
GMRES Downloadable Files:
-
Notes on GMRES Algorithm Organization,
Richard J. Hanson and David R. Kincaid,
Technical Report TR-05-05, Computer Sciences Department,
University of Texas at Austin, March 05, 2005.
-
gmres_x.m: GMRES routine.
-
rotg.m: Givens rotation routine (used with gmres_x.m).
-
my_summary.m: Summary plots of results (used with gmres_x.m)
-
test_x.m: Test program X (used with gmres_x.m).
-
test_y.m: Test program Y (used with gmres_x.m).y
-
test_z.m: Test program Z (used with gmres_x.m).
-
probtest.m: Test program (shows bug in Matlab's gmres.m).
-
matdata.mat: Matlab data (used with test_z.m and probtest.m).