GenMinResPreconditionerSolves Property |
The total number of GMRES right preconditioner solves.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int PreconditionerSolves { get; }
Public ReadOnly Property PreconditionerSolves As Integer
Get
public:
property int PreconditionerSolves {
int get ();
}
member PreconditionerSolves : int with get
Property Value
Type:
Int32 An
int representing the number of GMRES right
preconditioner solves.
See Also