Click or drag to resize

LevenbergMarquardt2DJacobianTest 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 double JacobianTest(
	double[] x,
	LevenbergMarquardt2DFunction function,
	LevenbergMarquardt2DFunction jacobian
)

Parameters

x
Type: SystemDouble
function
Type: DHI.Mike1D.Generic.MathAlgorithmsLevenbergMarquardt2DFunction
jacobian
Type: DHI.Mike1D.Generic.MathAlgorithmsLevenbergMarquardt2DFunction

Return Value

Type: Double
See Also