DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.MathAlgorithms
LevenbergMarquardt2D Class
LevenbergMarquardt2D Methods
CalcJacobian Method
JacobianTest Method
Solve Method
Swap(T) Method
LevenbergMarquardt2D
CalcJacobian Method
Calculates numerically the Jacobian
Namespace:
DHI.Mike1D.Generic.MathAlgorithms
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
void
CalcJacobian
(
LevenbergMarquardt2D
Function
function
,
double
[]
x
,
double
[]
dfdx
)
Parameters
function
Type:
DHI.Mike1D.Generic.MathAlgorithms
LevenbergMarquardt2D
Function
Function to calculate Jacobian for
x
Type:
System
Double
Point at which to calculate Jacobian
dfdx
Type:
System
Double
Jacobian in vector form, [a00, a01, a10, a11]
See Also
Reference
LevenbergMarquardt2D Class
DHI.Mike1D.Generic.MathAlgorithms Namespace