Click or drag to resize
GenMinRes Properties

The GenMinRes type exposes the following members.

Properties
  NameDescription
Public propertyIterations
The actual number of GMRES iterations used.
Public propertyMaxIterations
The maximum number of iterations allowed.
Public propertyMaxKrylovDim
The maximum Krylov subspace dimension.
Public propertyMethod
The implementation method to be used.
Public propertyPreconditionerSolves
The total number of GMRES right preconditioner solves.
Public propertyProducts
The total number of GMRES matrix-vector products used.
Public propertyRelativeError
The stopping tolerance.
Public propertyResidualNorm
The final residual norm, {\Vert b-Ax \Vert}_2.
Public propertyResidualUpdating
The residual updating method to be used.
Top
See Also