Click or drag to resize

OptimizationMethodHessianEvaluation Method

Performs an evaluation of the cost function Hessian.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected Matrix<double> HessianEvaluation(
	Vector<double> x
)

Parameters

x  VectorDouble
The point at which to evaluate the Hessian.

Return Value

MatrixDouble
The Hessian matrix of the cost function at x.
See Also