Click or drag to resize

CostFunctionHessian Method

Method to override to calculate the Hessian of f, the second derivative of the cost function with respect to x

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

Parameters

x  VectorDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Optimization.CostFunction.Hessian(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

Return Value

MatrixDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.CostFunction.Hessian(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

Implements

ICostFunctionHessian(VectorDouble)
See Also