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

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

Definition at line 58 of file GSLMultiMinFunctionWrapper.h.

Public Member Functions

 GSLMultiMinFunctionWrapper ()
 
void SetFuncPointer (GSLMultiMinFuncPointer f)
 
void SetDim (unsigned int n)
 
void SetParams (void *p)
 
template<class FuncType >
void SetFunction (const FuncType &f)
 Fill gsl function structure from a C++ Function class. More...
 
gsl_multimin_function * GetFunc ()
 
bool IsValid ()
 

Private Attributes

gsl_multimin_function fFunc
 

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

Constructor & Destructor Documentation

ROOT::Math::GSLMultiMinFunctionWrapper::GSLMultiMinFunctionWrapper ( )
inline

Definition at line 62 of file GSLMultiMinFunctionWrapper.h.

Member Function Documentation

gsl_multimin_function* ROOT::Math::GSLMultiMinFunctionWrapper::GetFunc ( )
inline

Definition at line 83 of file GSLMultiMinFunctionWrapper.h.

bool ROOT::Math::GSLMultiMinFunctionWrapper::IsValid ( )
inline

Definition at line 85 of file GSLMultiMinFunctionWrapper.h.

void ROOT::Math::GSLMultiMinFunctionWrapper::SetDim ( unsigned int  n)
inline

Definition at line 70 of file GSLMultiMinFunctionWrapper.h.

Referenced by SetFunction().

void ROOT::Math::GSLMultiMinFunctionWrapper::SetFuncPointer ( GSLMultiMinFuncPointer  f)
inline

Definition at line 69 of file GSLMultiMinFunctionWrapper.h.

Referenced by SetFunction().

template<class FuncType >
void ROOT::Math::GSLMultiMinFunctionWrapper::SetFunction ( const FuncType &  f)
inline

Fill gsl function structure from a C++ Function class.

Definition at line 75 of file GSLMultiMinFunctionWrapper.h.

void ROOT::Math::GSLMultiMinFunctionWrapper::SetParams ( void p)
inline

Definition at line 71 of file GSLMultiMinFunctionWrapper.h.

Referenced by SetFunction().

Member Data Documentation

gsl_multimin_function ROOT::Math::GSLMultiMinFunctionWrapper::fFunc
private

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