Object-oriented Scientific Computing Library: Version 0.910
Data Fields
min_fit< func_t, vec_t, mat_t >::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 func_t = fit_funct<>, class vec_t = ovector_base, class mat_t = omatrix_base>
struct min_fit< func_t, vec_t, mat_t >::func_par

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

Definition at line 75 of file min_fit.h.

Data Fields

func_t & f
 The fitting function.
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:
 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.