Gest and set the maximum number of iterations. The algorithm will be terminated when it converges or the maximum number of iterations has been reached, which ever comes first.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int MaxIterations { get; set; }
Visual Basic (Declaration)
Public Property MaxIterations As Integer
Visual C++
public:
property int MaxIterations {
	int get ();
	void set (int value);
}

See Also