Click or drag to resize

LevenbergMarquardt2DCalcJacobian Method

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

Parameters

function
Type: DHI.Mike1D.Generic.MathAlgorithmsLevenbergMarquardt2DFunction
x
Type: SystemDouble
dfdx
Type: SystemDouble
See Also