Gromacs
2018.8
|
Defines a driver routine for lmfit, and a callback for it to use.
Functions | |
static void | lmcurve_evaluate (const double *par, const int m_dat, const void *data, double *fvec, int *info) |
Callback function used by lmmin. | |
void | gmx_lmcurve (const int n_par, double *par, const int m_dat, const double *t, const double *y, const double *dy, double(*f)(double t, const double *par), const lm_control_struct *control, lm_status_struct *status) |
Calls lmmin with the given data, with callback function f . | |