|  | EqualityConstrainedQPProblemH Property | 
            Gets and sets the matrix of coefficients for the quadratic terms in the 
            objective function. Sometimes called the Hessian.
            
 Remarks
RemarksMust be symmetric.
 NMath (in NMath.dll) Version: 7.4
 Syntax
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
See Also