wrapper to a multi-dim function without derivatives for multi roots algorithm
Definition at line 57 of file GSLMultiRootFunctionWrapper.h.
Public Member Functions | |
GSLMultiRootFunctionWrapper () | |
gsl_multiroot_function * | GetFunctions () |
template<class FuncVector > | |
void | SetFunctions (const FuncVector &f, unsigned int n) |
Fill gsl function structure from a C++ function iterator and size and number of residuals. | |
Private Attributes | |
gsl_multiroot_function | fFunc |
|
inline |
Definition at line 61 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Definition at line 79 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Fill gsl function structure from a C++ function iterator and size and number of residuals.
Definition at line 71 of file GSLMultiRootFunctionWrapper.h.
|
private |
Definition at line 84 of file GSLMultiRootFunctionWrapper.h.