| GenMinRes Properties |
The GenMinRes type exposes the following members.
| Name | Description | |
|---|---|---|
| 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, | |
| ResidualUpdating |
The residual updating method to be used.
|