  | VariableMetricMinimizerHessian Property | 
            Gets the estimated Hessian matrix for the target function. The Hessian
            matrix for a function is the square matrix of second-order partial
            derivative.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Hessian { get; }Public ReadOnly Property Hessian As DoubleMatrix
	Get
public:
property DoubleMatrix^ Hessian {
	DoubleMatrix^ get ();
}member Hessian : DoubleMatrix with get
Property Value
DoubleMatrix
See Also