Click or drag to resize

ConstrainedLeastSquares Properties

The ConstrainedLeastSquares type exposes the following members.

Properties
 NameDescription
Public propertyIterations Gets the number of iterations performed by the most recent solve.
Public propertyResidualNorm Gets the Euclidean norm of the Residual vector. You must call one of the Solve methods before accessing.
Public propertyResiduals Gets the vector of residuals for the computed solution Residuals = Ax - b, where x is the computed solution. You must call one of the Solve methods before accessing.
Public propertyX Gets the calcluated solution of the most recently solved constrained least squares problem. You must call one of the Solve methods before accessing.
Top
See Also