#include <gsl_fit.h>
Definition at line 219 of file gsl_fit.h.
Data Fields | |
func_t & | f |
The function object. | |
param_t * | vp |
The user-specified parameter. | |
int | ndat |
The number. | |
vec_t * | xdat |
The x values. | |
vec_t * | ydat |
The y values. | |
vec_t * | yerr |
The y uncertainties. | |
int | npar |
The number of parameters. |