Click or drag to resize

Util.CalcJacobian Method (VectorFunction,Double[],Double[],Double[], Double)

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

Parameters

function
Type: DHIMath.Numerics.VectorFunction
x
Type:System.Double[]
fx
Type:System.Double[]
dfdx
Type:System.Double[]
reldx
Type: System.Double
See Also