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

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

Property Value

Type: Int32
An int specifying the maximum number of iterations.

Default: MaxIterations = 3*a.GetLength(1).

See Also