The Gaudi Framework  v30r3 (a5ef0a68)
Adapters.cpp File Reference
#include <iostream>
#include "AIDA/IFunction.h"
#include "GaudiMath/Adapters.h"
Include dependency graph for Adapters.cpp:

Go to the source code of this file.

Namespaces

 GaudiMath
 GaudiMath.h GaudiMath/GaudiMath.h.
 

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)
 

Detailed Description

Author
Vanya BELYAEV
Date
2004-03-06

Definition in file Adapters.cpp.