|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <iostream>#include "AIDA/IFunction.h"#include "GaudiMath/Adapters.h"

Go to the source code of this file.
Namespaces | |
| namespace | GaudiMath |
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) |
Definition in file Adapters.cpp.