The total number of GMRES matrix-vector products used.

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

Syntax

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

Field Value

An int representing the number of GMRES matrix-vector products used.

See Also