LevenbergMarquardt2DCalcJacobian Method |
Calculates numerically the Jacobian
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void CalcJacobian(
VectorFunction function,
double[] x,
double[] dfdx,
double reldx
)
Parameters
- function
- Type: DHIMath.NumericsVectorFunction
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] - reldx
- Type: SystemDouble
Relative change in x values
See Also