Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Hessian { get; }

Property Value

DoubleMatrix
See Also