![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A structure for passing information to the GSL functions for the min_fit class. More...
#include <min_fit.h>
This structure is given so that the user can specify the minimizer to use.
Data Fields | |
func_t & | f |
The fitting function. | |
int | ndat |
The number of data. | |
vec_t * | xdat |
The x values. | |
vec_t * | ydat |
The y values. | |
vec_t * | yerr |
The y uncertainties. | |
int | npar |
The number of fitting parameters. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).