Click or drag to resize

ConstrainedLeastSquaresProblem Properties

The ConstrainedLeastSquaresProblem type exposes the following members.

Properties
 NameDescription
Public propertyA Gets and sets the matrix A in the problem Ax = b.
Public propertyb Gets and sets the vector b in the problem Ax = b.
Public propertyConstraints Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem)
Public propertyNumVariables Gets the number of independent variables for the problem.
(Overrides BoundedVariableProblemNumVariables)
Public propertyVariableBounds Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem)
Top
See Also