The GenMinRes type exposes the following members.

Properties

NameDescription
Iterations
The actual number of GMRES iterations used.
MaxIterations
The maximum number of iterations allowed.
MaxKrylovDim
The maximum Krylov subspace dimension.
Method
The implementation method to be used.
PreconditionerSolves
The total number of GMRES right preconditioner solves.
Products
The total number of GMRES matrix-vector products used.
RelativeError
The stopping tolerance.
ResidualNorm
The final residual norm, {\Vert b-Ax \Vert}_2.
ResidualUpdating
The residual updating method to be used.

See Also