Click or drag to resize

ConstrainedLeastSquaresGetQuadraticProblem Method

Reformulates the given constrained least squares problem as a Quadratic Programming problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static QuadraticProgrammingProblem GetQuadraticProblem(
	ConstrainedLeastSquaresProblem problem
)

Parameters

problem  ConstrainedLeastSquaresProblem
A constrained least squares problem.

Return Value

QuadraticProgrammingProblem
An equivalent Quadratic Programming problem.
See Also