Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Typedefs
GSLFunctionWrapper.h File Reference
#include "gsl/gsl_math.h"
#include "Math/GSLFunctionAdapter.h"
#include <cassert>
Include dependency graph for GSLFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::GSLFunctionDerivWrapper
 class to wrap a gsl_function_fdf (with derivatives) More...
 
class  ROOT::Math::GSLFunctionWrapper
 Wrapper class to the gsl_function C structure. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 

Typedefs

typedef void(* ROOT::Math::GSLFdfPointer) (double, void *, double *, double *)