Click or drag to resize

ConstrainedLeastSquaresSolve Method

Overload List
 NameDescription
Public methodSolve(ConstrainedLeastSquaresProblem) Solves the given least squares problem using the default quadratic programming solver.
Public methodSolve(ConstrainedLeastSquaresProblem, ActiveSetQPSolver, DoubleVector) Solves the given least squares problem using an active set quadratic programming solver.
Public methodSolve(ConstrainedLeastSquaresProblem, InteriorPointQPSolver, InteriorPointQPSolverParams) Solves the given least squares problem using an interior point quadratic programming solver.
Top
See Also