Example codes of the least-squares fitting for the non-linear parameters, using the reviced Marquardt (1963) algorithm.

Lists:
marquardt.c: main function for the Marquardt method
marquardt.h: header file for marquardt.c
main.c: sample main routine

The original code written in FORTRAN by KENICHIRO KOSUGI 1992.12.09.
Marquardt DW (1963) An algorithm for least-squares estimation of non-linear parameters. J. Soc. Ind. Appl. Math. 11: 431-441.

Hiroki(hiroki@hyarc.nagoya-u.ac.jp)