Click or drag to resize
GenMinResPreconditionerSolves Property
The total number of GMRES right preconditioner solves.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int PreconditionerSolves { get; }

Property Value

Type: Int32
An int representing the number of GMRES right preconditioner solves.
See Also