The actual number of GMRES iterations used.

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

Syntax

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

Field Value

An int scalar representing the number of iterations used.

See Also