Click or drag to resize
ConjugateGradientMaxIterations Property
The maximum number of iterations allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaxIterations { get; set; }

Property Value

Type: Int32
An int value specifying the maximum number of iterations allowed.
Exceptions
ExceptionCondition
ArgumentException is thrown if MaxIterations is less than or equal to 0.
Remarks

By default, MaxIterations = \max(1000, \sqrt{n}).

See Also