Click or drag to resize

EqualityConstrainedQPProblemH Property

Gets and sets the matrix of coefficients for the quadratic terms in the objective function. Sometimes called the Hessian.
Remarks
Must be symmetric.

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

Property Value

DoubleMatrix
See Also