The total number of GMRES right preconditioner solves.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int PreconditionerSolves { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreconditionerSolves As Integer
Visual C++
public:
property int PreconditionerSolves {
	int get ();
}

Field Value

An int representing the number of GMRES right preconditioner solves.

See Also