![]() | Constrained |
The ConstrainedLeastSquares type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Returns a deep copy of self. |
![]() ![]() | GetQuadraticProblem | Reformulates the given constrained least squares problem as a Quadratic Programming problem. |
![]() | Solve(ConstrainedLeastSquaresProblem) | Solves the given least squares problem using the default quadratic programming solver. |
![]() | Solve(ConstrainedLeastSquaresProblem, ActiveSetQPSolver, DoubleVector) | Solves the given least squares problem using an active set quadratic programming solver. |
![]() | Solve(ConstrainedLeastSquaresProblem, InteriorPointQPSolver, InteriorPointQPSolverParams) | Solves the given least squares problem using an interior point quadratic programming solver. |