All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Adapters.h File Reference
Include dependency graph for Adapters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 GaudiMath
 GaudiMath.h GaudiMath/GaudiMath.h.
 

Typedefs

typedef
Genfun::GaudiMathImplementation::AdapterIFunction 
GaudiMath::AIDAFunction
 
typedef
Genfun::GaudiMathImplementation::Adapter2DoubleFunction 
GaudiMath::Function2D
 
typedef
Genfun::GaudiMathImplementation::Adapter3DoubleFunction 
GaudiMath::Function3D
 
typedef
Genfun::GaudiMathImplementation::SimpleFunction 
GaudiMath::SimpleFunction
 
typedef
Genfun::GaudiMathImplementation::GSLFunctionWithMode 
GaudiMath::GSLFunctionWithMode
 
typedef
Genfun::GaudiMathImplementation::GSLFunctionWithError 
GaudiMath::GSLFunctionWithError
 
typedef
Genfun::GaudiMathImplementation::GSLFunctionWithModeAndError 
GaudiMath::GSLFunctionWithModeAndError
 

Functions

GAUDI_API AIDAFunction GaudiMath::adapter (const AIDA::IFunction &function)
 
GAUDI_API Function2D GaudiMath::adapter (Function2D::Function function)
 
GAUDI_API Function3D GaudiMath::adapter (Function3D::Function function)
 
GAUDI_API SimpleFunction GaudiMath::adapter (SimpleFunction::Function1 function)
 
GAUDI_API SimpleFunction GaudiMath::adapter (const size_t dim, SimpleFunction::Function2 function)
 
GAUDI_API SimpleFunction GaudiMath::adapter (const size_t dim, SimpleFunction::Function3 function)
 
GAUDI_API GSLFunctionWithMode GaudiMath::adapter (GSLFunctionWithMode::Function function, const gsl_mode_t &mode)
 
GAUDI_API GSLFunctionWithError GaudiMath::adapter (GSLFunctionWithError::Function function)
 
GAUDI_API
GSLFunctionWithModeAndError 
GaudiMath::adapter (GSLFunctionWithModeAndError::Function function, const gsl_mode_t &mode)