#include <min_fit.h>
This structure is given so that the user can specify the minimizer to use.
Definition at line 70 of file min_fit.h.
Data Fields | |
func_t & | f |
The fitting function. | |
param_t & | vp |
The user-specified parameter. | |
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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page