int mpfit(mp_func funct, int m, int npar, double *xall, mp_par *pars, mp_config *config, void *private, mp_result *result) int myfunct(int npt, int npar, double *par, double *deviates, double **derivs, void *private)
This document is merely a placeholder and link to the full online documentation. See below.
http://www.physics.wisc.edu/~craigm/idl/cmpfit.html
Tranlation to C Language by S. Moshier (moshier.net)
Enhancements, documentation and packaging by C. Markwardt
~/src/kernel/misc mpfit.c
9-dec-09 Added to NEMO, tested in tablsqfit PJT 20-aug-2013 Updated to their 1.2 (nov 2010) version PJT