The BoundedVariableLeastSquares type exposes the following members.

Properties

NameDescription
Iterations
The number of iterations used to find the solution.
MaxIterations
The maximum number of iterations.
ResidualNorm
The euclidean norm of the residual vector, \|Ax-b\|^2
            .
Tolerance
The internal tolerance used to determine the relative linear dependence of a column vector for a variable moved from its initial value.

See Also