wrapper to a multi-dim function with derivatives for multi roots algorithm
Definition at line 98 of file GSLMultiRootFunctionWrapper.h.
Public Member Functions | |
GSLMultiRootDerivFunctionWrapper () | |
gsl_multiroot_function_fdf * | 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_fdf | fFunc |
|
inline |
Definition at line 102 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Definition at line 124 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Fill gsl function structure from a C++ function iterator and size and number of residuals.
Definition at line 114 of file GSLMultiRootFunctionWrapper.h.
|
private |
Definition at line 129 of file GSLMultiRootFunctionWrapper.h.