min_fit::func_par Struct Reference

A structure for passing information to the GSL functions for the min_fit class. More...

#include <min_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>
struct min_fit< param_t, func_t, vec_t, mat_t >::func_par

A structure for passing information to the GSL functions for the min_fit class.

This structure is given so that the user can specify the minimizer to use.

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

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