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.AnalysisAssembly: 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 (); } |