Click or drag to resize
NonNegativeLeastSquares Properties

The NonNegativeLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyDualTolerance
The dual tolerance controlling when the computation stops.
Public propertyIterations
The number of iterations used to find the solution.
Public propertyMaximumTime
The maximum time allowed for the solve step.
Public propertyMaxIterations
The maximum number of iterations.
Public propertyNormTolerance
The residual norm tolerance.
Public propertyRankTolerance
The tolerance used for the incoming column rank deficient check.
Public propertyResidualNorm
The euclidean norm of the residual vector, \|Ax-b\|^2
            .
Top
See Also