Click or drag to resize

CostFunctionHessian Method

Computes the Hessian (second derivative) of the cost function at x.

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

Parameters

x  VectorDouble
Point at which to evaluate the Hessian.

Return Value

MatrixDouble
The Hessian matrix at x.

Implements

ICostFunctionHessian(VectorDouble)
See Also