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; }
Public ReadOnly Property HessianMatrix As SymmetricMatrix
Get
public:
property SymmetricMatrix^ HessianMatrix {
SymmetricMatrix^ get ();
}
member HessianMatrix : SymmetricMatrix with get
Property Value
Type:
SymmetricMatrixA 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