Constrained |
The ConstrainedLeastSquaresProblem type exposes the following members.
| Name | Description | |
|---|---|---|
| A | Gets and sets the matrix A in the problem Ax = b. | |
| b | Gets and sets the vector b in the problem Ax = b. | |
| Constraints |
Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem) | |
| NumVariables |
Gets the number of independent variables for the problem.
(Overrides BoundedVariableProblemNumVariables) | |
| VariableBounds |
Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem) |