![]() |
|
|
Generated: 8 Jan 2009 |
Definition in file Adapters.cpp.
#include <iostream>
#include "AIDA/IFunction.h"
#include "GaudiMath/Adapters.h"

Go to the source code of this file.
Namespaces | |
| namespace | GaudiMath |
Functions | |
| AIDAFunction | GaudiMath::adapter (const AIDA::IFunction &function) |
| Function2D | GaudiMath::adapter (Function2D::Function function) |
| Function3D | GaudiMath::adapter (Function3D::Function function) |
| SimpleFunction | GaudiMath::adapter (SimpleFunction::Function1 function) |
| SimpleFunction | GaudiMath::adapter (const size_t dim, SimpleFunction::Function2 function) |
| SimpleFunction | GaudiMath::adapter (const size_t dim, SimpleFunction::Function3 function) |
| GSLFunctionWithMode | GaudiMath::adapter (GSLFunctionWithMode::Function function, const gsl_mode_t &mode) |
| GSLFunctionWithError | GaudiMath::adapter (GSLFunctionWithError::Function function) |
| GSLFunctionWithModeAndError | GaudiMath::adapter (GSLFunctionWithModeAndError::Function function, const gsl_mode_t &mode) |