Click or drag to resize

LevenbergMarquardt2DCalcJacobian Method

Calculates numerically the Jacobian

Namespace:  DHI.Mike1D.Generic.MathAlgorithms
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void CalcJacobian(
	LevenbergMarquardt2DFunction function,
	double[] x,
	double[] dfdx
)

Parameters

function
Type: DHI.Mike1D.Generic.MathAlgorithmsLevenbergMarquardt2DFunction
Function to calculate Jacobian for
x
Type: SystemDouble
Point at which to calculate Jacobian
dfdx
Type: SystemDouble
Jacobian in vector form, [a00, a01, a10, a11]
See Also