|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include "GaudiKernel/StatusCode.h"#include "GaudiMath/Integration.h"#include "CLHEP/GenericFunctions/AbsFunction.hh"#include "CLHEP/GenericFunctions/AbsFunctional.hh"


Go to the source code of this file.
Namespaces | |
| namespace | GaudiMath |
Defines | |
| #define | GAUDIMATH_INTEGRAL_H 1 |
Functions | |
| GAUDI_API double | GaudiMath::Integral (const Genfun::AbsFunction &function, const double a, const double b, const GaudiMath::Integration::Type type=GaudiMath::Integration::Adaptive, const GaudiMath::Integration::KronrodRule rule=GaudiMath::Integration::Default, const double epsabs=1.e-10, const double epsrel=1.e-7, const size_t size=1000) |
| GAUDI_API double | GaudiMath::Integral (const Genfun::AbsFunction &function, const double a, const double b, const std::vector< double > &points, const double epsabs=1e-9, const double epsrel=1.e-6, const size_t size=1000) |
| GAUDI_API double | GaudiMath::Integral (const Genfun::AbsFunction &function, const double a, const GaudiMath::Integration::Inf b=GaudiMath::Integration::Infinity, const double epsabs=1e-9, const double epsrel=1.e-6, const size_t size=1000) |
| GAUDI_API double | GaudiMath::Integral (const Genfun::AbsFunction &function, const GaudiMath::Integration::Inf a, const double b, const double epsabs=1e-9, const double epsrel=1.e-6, const size_t size=1000) |
| GAUDI_API double | GaudiMath::Integral (const Genfun::AbsFunction &function, const GaudiMath::Integration::Inf a=GaudiMath::Integration::Infinity, const GaudiMath::Integration::Inf b=GaudiMath::Integration::Infinity, const double epsabs=1e-9, const double epsrel=1.e-6, const size_t size=1000) |
| #define GAUDIMATH_INTEGRAL_H 1 |
Definition at line 4 of file Integral.h.