Click or drag to resize

ConstrainedLeastSquares Methods

The ConstrainedLeastSquares type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of self.
Public methodStatic memberGetQuadraticProblem Reformulates the given constrained least squares problem as a Quadratic Programming problem.
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