LevenbergMarquardt Constructor (Int32, Int32, VectorFunction) |
Constructor for minimizing/finding zeros of the function
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public LevenbergMarquardt(
int dimx,
int dimf,
VectorFunction function
)
Parameters
- dimx
- Type: SystemInt32
Dimension of parameter vector x - dimf
- Type: SystemInt32
Dimension of vector f function - function
- Type: DHIMath.NumericsVectorFunction
Function to minimize/find zero of
See Also