ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::GSLMultiFitFunctionWrapper Class Reference

wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm

Definition at line 58 of file GSLMultiFitFunctionWrapper.h.

Public Member Functions

 GSLMultiFitFunctionWrapper ()
 
template<class FuncVector >
void SetFunction (const FuncVector &f, unsigned int nres, unsigned int npar)
 Fill gsl function structure from a C++ function iterator and size and number of residuals. More...
 
gsl_multifit_function_fdf * GetFunc ()
 

Private Attributes

gsl_multifit_function_fdf fFunc
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/mathmore/src/GSLMultiFitFunctionWrapper.h>

Constructor & Destructor Documentation

ROOT::Math::GSLMultiFitFunctionWrapper::GSLMultiFitFunctionWrapper ( )
inline

Definition at line 62 of file GSLMultiFitFunctionWrapper.h.

Member Function Documentation

gsl_multifit_function_fdf* ROOT::Math::GSLMultiFitFunctionWrapper::GetFunc ( )
inline

Definition at line 86 of file GSLMultiFitFunctionWrapper.h.

Referenced by ROOT::Math::GSLMultiFit::Set().

template<class FuncVector >
void ROOT::Math::GSLMultiFitFunctionWrapper::SetFunction ( const FuncVector &  f,
unsigned int  nres,
unsigned int  npar 
)
inline

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

Definition at line 75 of file GSLMultiFitFunctionWrapper.h.

Referenced by ROOT::Math::GSLMultiFit::Set().

Member Data Documentation

gsl_multifit_function_fdf ROOT::Math::GSLMultiFitFunctionWrapper::fFunc
private

Definition at line 91 of file GSLMultiFitFunctionWrapper.h.

Referenced by GetFunc(), GSLMultiFitFunctionWrapper(), and SetFunction().


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