The NonNegativeLeastSquares type exposes the following members.

Properties

NameDescription
DualTolerance
The dual tolerance controlling when the computation stops.
Iterations
The number of iterations used to find the solution.
MaximumTime
The maximum time allowed for the solve step.
MaxIterations
The maximum number of iterations.
NormTolerance
The residual norm tolerance.
RankTolerance
The tolerance used for the incoming column rank deficient check.
ResidualNorm
The euclidean norm of the residual vector, \|Ax-b\|^2
            .

See Also