The Gaudi Framework
v30r3 (a5ef0a68)
|
Namespaces | |
details | |
ROOT | |
Classes | |
class | Adapter2DoubleFunction |
mandatory macro from CLHEP/GenericFunctions More... | |
class | Adapter3DoubleFunction |
mandatory macro from CLHEP/GenericFunctions More... | |
class | AdapterIFunction |
constructor from the IFunction ( see AIDA/IFunction.h) More... | |
class | Constant |
Fixed constant function. More... | |
class | GSL_Helper |
the simple structure to be used for adaption interface Genfun::AbsFunction to gsl_function structure More... | |
class | GSLFunctionWithError |
class | GSLFunctionWithMode |
mandatory macro from CLHEP/GenericFunctions More... | |
class | GSLFunctionWithModeAndError |
mandatory macro from CLHEP/GenericFunctions More... | |
class | GSLSpline |
class | GSLSplineDeriv |
class | GSLSplineDeriv2 |
class | GSLSplineInteg |
class | NumericalDefiniteIntegral |
This class allows the numerical evaluation of the following functions: More... | |
class | NumericalDerivative |
Numerical derivative (using GSL adaptive numerical differentiation) More... | |
class | NumericalIndefiniteIntegral |
The simple class for numerical integrations. More... | |
class | SimpleFunction |
mandatory macro from CLHEP/GenericFunctions More... | |
class | SplineBase |
Typedefs | |
typedef Genfun::GaudiMathImplementation::SimpleFunction | GSLFunction |
the actual type for primitive adaptor More... | |
Functions | |
double | GSL_Adaptor (double x, void *params) |
typedef Genfun::GaudiMathImplementation::SimpleFunction Genfun::GaudiMathImplementation::GSLFunction |
the actual type for primitive adaptor
Definition at line 38 of file GSLFunAdapters.h.
double Genfun::GaudiMathImplementation::GSL_Adaptor | ( | double | x, |
void * | params | ||
) |
Definition at line 31 of file Helpers.cpp.