gsl_fit::func_par Struct Reference

A structure for passing to the functions func(), dfunc(), and fdfunc(). More...

#include <gsl_fit.h>


Detailed Description

template<class param_t, class func_t = fit_funct<param_t>, class vec_t = ovector_base, class mat_t = omatrix_base, class bool_vec_t = bool *>
struct gsl_fit< param_t, func_t, vec_t, mat_t, bool_vec_t >::func_par

A structure for passing to the functions func(), dfunc(), and fdfunc().

Definition at line 240 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.

The documentation for this struct was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page