min_fit::func_par Struct Reference
#include <min_fit.h>
Detailed Description
template<class param_t, class func_t, class vec_t = ovector_view, class mat_t = omatrix_view>
struct min_fit< param_t, func_t, vec_t, mat_t >::func_par
A structure for passing information to the GSL functions.
This structure is given so that the user can specify the minimizer to use.
Definition at line 70 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.