ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
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 ()
 
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 </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/mathmore/src/GSLMultiRootFunctionWrapper.h>

Constructor & Destructor Documentation

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

Definition at line 63 of file GSLMultiRootFunctionWrapper.h.

Member Function Documentation

gsl_multiroot_function* ROOT::Math::GSLMultiRootFunctionWrapper::GetFunctions ( )
inline
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.

Referenced by ROOT::Math::GSLMultiRootSolver::SetSolver().

Member Data Documentation

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

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