[][src]Crate levenberg_marquardt

See optimize for documentation on the Levenberg-Marquardt optimization algorithm.

Structs

Config

Functions

optimize

Note that the differentials and state vector are represented with column vectors. This is atypical from the normal way it is done in mathematics. This is done because nalgebra is column-major. A nalgebra Vector is a column vector.