Click or drag to resize
Accord.NET (logo)

FiniteDifferencesHessian Method (FuncDouble, Double, Int32)

Obtains the Hessian function for a multidimensional function.

Namespace:  Accord.Math.Differentiation
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static Func<double[], double[][]> Hessian(
	Func<double[], double> function,
	int variables
)
Request Example View Source

Parameters

function
Type: SystemFuncDouble, Double
The function to be differentiated.
variables
Type: SystemInt32
The number of parameters for the function.

Return Value

Type: FuncDouble, Double
The gradient function of the given function.
See Also