Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Math::GSLMultiRootDerivFunctionWrapper Class Reference

wrapper to a multi-dim function with derivatives for multi roots algorithm

Definition at line 96 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

#include </home/stephan/code/root-2/math/mathmore/src/GSLMultiRootFunctionWrapper.h>

Constructor & Destructor Documentation

◆ GSLMultiRootDerivFunctionWrapper()

ROOT::Math::GSLMultiRootDerivFunctionWrapper::GSLMultiRootDerivFunctionWrapper ( )
inline

Definition at line 100 of file GSLMultiRootFunctionWrapper.h.

Member Function Documentation

◆ GetFunctions()

gsl_multiroot_function_fdf * ROOT::Math::GSLMultiRootDerivFunctionWrapper::GetFunctions ( )
inline

Definition at line 122 of file GSLMultiRootFunctionWrapper.h.

◆ SetFunctions()

template<class FuncVector>
void ROOT::Math::GSLMultiRootDerivFunctionWrapper::SetFunctions ( const FuncVector & f,
unsigned int n )
inline

Fill gsl function structure from a C++ function iterator and size and number of residuals.

Definition at line 112 of file GSLMultiRootFunctionWrapper.h.

Member Data Documentation

◆ fFunc

gsl_multiroot_function_fdf ROOT::Math::GSLMultiRootDerivFunctionWrapper::fFunc
private

Definition at line 127 of file GSLMultiRootFunctionWrapper.h.


The documentation for this class was generated from the following file: