wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm
Definition at line 58 of file GSLMultiFitFunctionWrapper.h.
Public Member Functions | |
GSLMultiFitFunctionWrapper () | |
gsl_multifit_function_fdf * | GetFunc () |
template<class FuncVector > | |
void | SetFunction (const FuncVector &f, unsigned int nres, unsigned int npar) |
Fill gsl function structure from a C++ function iterator and size and number of residuals. | |
Private Attributes | |
gsl_multifit_function_fdf | fFunc |
|
inline |
Definition at line 62 of file GSLMultiFitFunctionWrapper.h.
|
inline |
Definition at line 90 of file GSLMultiFitFunctionWrapper.h.
|
inline |
Fill gsl function structure from a C++ function iterator and size and number of residuals.
Definition at line 79 of file GSLMultiFitFunctionWrapper.h.
|
private |
Definition at line 95 of file GSLMultiFitFunctionWrapper.h.