37 #include <gsl/gsl_multifit_nlin.h>
38 #include <gsl/gsl_multimin.h>
53 typedef int (*
fit_function)(
const gsl_vector *,
void *, gsl_vector *);
55 typedef int (*
fit_function_fdf)(
const gsl_vector *,
void *, gsl_vector *, gsl_matrix *);
105 int evaluate_f(
const gsl_vector * x, gsl_vector * f);
107 int evaluate_df(
const gsl_vector *x, gsl_matrix *J);
111 void scriptError(
const QString& message,
const QString& script_name,
int line_number);
134 virtual QString
logFitInfo(
double *par,
int iterations,
int status,
const QString& plotName);