Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseHessian Property

Get the Hessian matrix of x and p, J'WJ

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

Property Value

MatrixDouble

Implements

IObjectiveModelEvaluationHessian
See Also