 | QuadraticProgrammingProblemH Property |
Gets and sets the matrix H in the objective
function
x'Hx + x'c
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
RemarksH is sometimes called the "Hessian" for the
problem.
See Also