Click or drag to resize

UtilCalcJacobian Method (Int32, VectorFunction, 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(
	int dimf,
	VectorFunction function,
	double[] x,
	double[] dfdx,
	double reldx
)

Parameters

dimf
Type: SystemInt32
function
Type: DHIMath.NumericsVectorFunction
x
Type: SystemDouble
dfdx
Type: SystemDouble
reldx
Type: SystemDouble
See Also