Click or drag to resize

IObjectiveModelEvaluationHessian Property

Gets the approximated Hessian matrix. H = J'J.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Matrix<double> Hessian { get; }

Property Value

MatrixDouble
See Also