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

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

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

#include </home/sftnight/build/workspace/root-makedoc-v624/rootspi/rdoc/src/v6-24-00-patches/math/mathmore/src/GSLMultiRootFunctionWrapper.h>

Constructor & Destructor Documentation

◆ GSLMultiRootFunctionWrapper()

ROOT::Math::GSLMultiRootFunctionWrapper::GSLMultiRootFunctionWrapper ( )
inline

Definition at line 63 of file GSLMultiRootFunctionWrapper.h.

Member Function Documentation

◆ GetFunctions()

gsl_multiroot_function * ROOT::Math::GSLMultiRootFunctionWrapper::GetFunctions ( )
inline

Definition at line 81 of file GSLMultiRootFunctionWrapper.h.

◆ SetFunctions()

template<class FuncVector >
void ROOT::Math::GSLMultiRootFunctionWrapper::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 73 of file GSLMultiRootFunctionWrapper.h.

Member Data Documentation

◆ fFunc

gsl_multiroot_function ROOT::Math::GSLMultiRootFunctionWrapper::fFunc
private

Definition at line 86 of file GSLMultiRootFunctionWrapper.h.

  • math/mathmore/src/GSLMultiRootFunctionWrapper.h