Click or drag to resize
BoundedVariableLeastSquares Properties

The BoundedVariableLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyIterations
The number of iterations used to find the solution.
Public propertyMaxIterations
The maximum number of iterations.
Public propertyResidualNorm
The euclidean norm of the residual vector, \|Ax-b\|^2
            .
Public propertyTolerance
The internal tolerance used to determine the relative linear dependence of a column vector for a variable moved from its initial value.
Top
See Also