LevenbergMarquardt Constructor |
Name | Description | |
---|---|---|
![]() | LevenbergMarquardt(Int32, Int32, VectorFunction) |
Constructor for minimizing/finding zeros of the function |
![]() | LevenbergMarquardt(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]. |