Click or drag to resize

LevenbergMarquardt Constructor

Overload List
  NameDescription
Public methodLevenbergMarquardt(Int32, Int32, VectorFunction)
Constructor for minimizing/finding zeros of the function
Public methodLevenbergMarquardt(Int32, Int32, VectorFunction, VectorFunction)
Constructor for minimizing/finding zeros of the function

The jacobian must return the jacobian as a vector in column major ordering containing the coefficients [df1_dx1, df2_dx1, df1_dx2, df2_dx2].

Top
See Also