Click or drag to resize

NonlinearLS Constructor

Overload List
  NameDescription
Public methodNonlinearLS(Int32, Int32, NonlinearLSFunctionDelegate)
Initializes the instance of class NonlinearLS.
Public methodNonlinearLS(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.
Top
See Also