1 #ifndef GAUDIMATH_ADAPTERS_H 2 #define GAUDIMATH_ADAPTERS_H 1 32 (
const AIDA::IFunction&
function ) ;
47 const gsl_mode_t& mode ) ;
52 const gsl_mode_t& mode ) ;
56 #endif // GAUDIMATH_ADAPTERS_H Genfun::GaudiMathImplementation::GSLFunctionWithMode GSLFunctionWithMode
Genfun::GaudiMathImplementation::GSLFunctionWithError GSLFunctionWithError
Genfun::GaudiMathImplementation::Adapter3DoubleFunction Function3D
double(* Function1)(const double)
double(* Function)(double, gsl_mode_t)
the actual type of the function
mandatory macro from CLHEP/GenericFunctions
int(* Function)(double, gsl_sf_result *)
the actual type of the function
Genfun::GaudiMathImplementation::Adapter2DoubleFunction Function2D
mandatory macro from CLHEP/GenericFunctions
mandatory macro from CLHEP/GenericFunctions
mandatory macro from CLHEP/GenericFunctions
Genfun::GaudiMathImplementation::GSLFunctionWithModeAndError GSLFunctionWithModeAndError
GAUDI_API AIDAFunction adapter(const AIDA::IFunction &function)
double(* Function2)(const double *)
GaudiMath.h GaudiMath/GaudiMath.h.
double(* Function3)(const std::vector< double > &)
double(* Function)(const double, const double)
the actual type of the function "to be adapted"
double(* Function)(const double, const double, const double)
the actual type of the function "to be adapted"
Genfun::GaudiMathImplementation::SimpleFunction SimpleFunction
mandatory macro from CLHEP/GenericFunctions
Genfun::GaudiMathImplementation::AdapterIFunction AIDAFunction
int(* Function)(double, gsl_mode_t, gsl_sf_result *)
the actual type of the function
constructor from the IFunction ( see AIDA/IFunction.h)