Click or drag to resize

QuadraticProgrammingProblemH Property

Gets and sets the matrix H in the objective function x'Hx + x'c

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix H { get; set; }

Property Value

DoubleMatrix
Remarks
H is sometimes called the "Hessian" for the problem.
See Also