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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix Hessian { get; }
Visual Basic (Declaration)
Public ReadOnly Property Hessian As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Hessian {
	DoubleMatrix^ get ();
}

See Also