 | EqualityConstrainedQPProblemH Property |
Gets and sets the matrix of coefficients for the quadratic terms in the
objective function. Sometimes called the Hessian.
RemarksMust be symmetric.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix H { get; set; }
Public Property H As DoubleMatrix
Get
Set
public:
property DoubleMatrix^ H {
DoubleMatrix^ get ();
void set (DoubleMatrix^ value);
}
member H : DoubleMatrix with get, set
Property Value
DoubleMatrix
See Also