The number of iterations needed by the conjugate gradient algorithm.

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 value indicating the number of iterations needed.

See Also