Click or drag to resize

MultiExtremumHessianMatrix Property

Gets the Hessian matrix at the optimum.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SymmetricMatrix HessianMatrix { get; }

Property Value

Type: SymmetricMatrix
A read-only matrix of approximate second partial derivatives at the optimum, or null if the algorithm does not provide one.
Remarks

These values, if present, should be considered very approximate. If you require a more precise estimate of second derivatives, use numerical differentiation.

See Also