![]() |
ROOT
6.06/08
Reference Guide
|
wrapper to a multi-dim function without derivatives for multi roots algorithm
Definition at line 59 of file GSLMultiRootFunctionWrapper.h.
Public Member Functions | |
| GSLMultiRootFunctionWrapper () | |
| 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. More... | |
| gsl_multiroot_function * | GetFunctions () |
Private Attributes | |
| gsl_multiroot_function | fFunc |
#include </builddir/build/BUILD/root-6.06.08/math/mathmore/src/GSLMultiRootFunctionWrapper.h>
|
inline |
Definition at line 63 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Definition at line 81 of file GSLMultiRootFunctionWrapper.h.
|
inline |
Fill gsl function structure from a C++ function iterator and size and number of residuals.
Definition at line 73 of file GSLMultiRootFunctionWrapper.h.
|
private |
Definition at line 86 of file GSLMultiRootFunctionWrapper.h.
Referenced by GetFunctions(), ROOT::Math::GSLMultiRootDerivFunctionWrapper::GetFunctions(), ROOT::Math::GSLMultiRootDerivFunctionWrapper::GSLMultiRootDerivFunctionWrapper(), GSLMultiRootFunctionWrapper(), SetFunctions(), and ROOT::Math::GSLMultiRootDerivFunctionWrapper::SetFunctions().