OOF2: The Manual
Name
GMRES (GMRES) — Generalized Mean Residuial method for iteratively solving non-symmetric matrices.
Synopsis
GMRES(preconditioner, tolerance, max_iterations)
Details
-
Base class:
MatrixMethod -
Parameters:
preconditioner- Black magic for making the matrix more easily solvable. Type: An object of the
Preconditionerclass. tolerance- Largest acceptable relative error in the matrix solution. Type: A real number.
max_iterations- Maximum number of iterations to perform. Type: Integer.



