3 #ifndef GAUDIMATH_ADAPTERS_H
4 #define GAUDIMATH_ADAPTERS_H 1
34 (
const AIDA::IFunction&
function ) ;
49 const gsl_mode_t& mode ) ;
54 const gsl_mode_t& mode ) ;
58 #endif // GAUDIMATH_ADAPTERS_H
double(* Function)(const double, const double)
the actual type of the function "to be adapted"
Genfun::GaudiMathImplementation::GSLFunctionWithMode GSLFunctionWithMode
Genfun::GaudiMathImplementation::GSLFunctionWithError GSLFunctionWithError
Genfun::GaudiMathImplementation::Adapter3DoubleFunction Function3D
int(* Function)(double, gsl_mode_t, gsl_sf_result *)
the actual type of the function
Genfun::GaudiMathImplementation::Adapter2DoubleFunction Function2D
constructor from the trivial function with two argument
double(* Function1)(const double)
double(* Function3)(const std::vector< double > &)
constructor from the trivial function with two argument
Genfun::GaudiMathImplementation::GSLFunctionWithModeAndError GSLFunctionWithModeAndError
GAUDI_API AIDAFunction adapter(const AIDA::IFunction &function)
double(* Function)(double, gsl_mode_t)
the actual type of the function
Genfun::GaudiMathImplementation::SimpleFunction SimpleFunction
double(* Function2)(const double *)
double(* Function)(const double, const double, const double)
the actual type of the function "to be adapted"
Genfun::GaudiMathImplementation::AdapterIFunction AIDAFunction
int(* Function)(double, gsl_sf_result *)
the actual type of the function
constructor from the IFunction ( see AIDA/IFunction.h)