Object-oriented Scientific Computing Library: Version 0.910
Data Fields
gsl_fit< func_t, vec_t, mat_t, bool_vec_t >::func_par Struct Reference

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

#include <gsl_fit.h>


Detailed Description

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

Definition at line 433 of file gsl_fit.h.

Data Fields

func_t & f
 The function object.
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:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.