NonlinearLS Constructor |
Name | Description | |
---|---|---|
NonlinearLS(Int32, Int32, NonlinearLSFunctionDelegate) |
Initializes the instance of class NonlinearLS.
| |
NonlinearLS(Int32, Int32, NonlinearLSFunctionDelegate, NonlinearLSGradientDelegate) |
Initializes the instance of class NonlinearLS. This constructor
allows to pass (optionally) the function that calculates the objective Jacobi
matrix. In case when gradient is null, the numerical Jacobi
matrix will be used instead of analytical.
|