Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiGSL
GaudiMath
GaudiMath.h
Go to the documentation of this file.
1
// $Id: GaudiMath.h,v 1.2 2004/03/28 18:50:36 mato Exp $
2
// ============================================================================
3
#ifndef GAUDIMATH_GAUDIMATH_H
4
#define GAUDIMATH_GAUDIMATH_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
// GaudiMath
9
// ============================================================================
10
#include "
GaudiMath/Constant.h
"
11
#include "
GaudiMath/NumericalDerivative.h
"
12
#include "
GaudiMath/NumericalIndefiniteIntegral.h
"
13
#include "
GaudiMath/NumericalDefiniteIntegral.h
"
14
#include "
GaudiMath/Splines.h
"
15
#include "
GaudiMath/Adapters.h
"
16
// ============================================================================
17
24
namespace
GaudiMath
25
{
26
typedef
Genfun::AbsFunction
Function
;
27
28
typedef
Genfun::GaudiMathImplementation::Constant
29
Constant
;
30
typedef
Genfun::GaudiMathImplementation::NumericalDerivative
31
Derivative
;
32
typedef
Genfun::GaudiMathImplementation::SimpleFunction
33
SimpleFun
;
34
typedef
Genfun::GaudiMathImplementation::NumericalIndefiniteIntegral
35
IndIntegral
;
36
typedef
Genfun::GaudiMathImplementation::NumericalDefiniteIntegral
37
DefIntegral
;
38
39
typedef
Genfun::GaudiMathImplementation::SplineBase
40
SimpleSpline
;
41
typedef
Genfun::GaudiMathImplementation::GSLSpline
42
Spline
;
43
typedef
Genfun::GaudiMathImplementation::GSLSplineDeriv
44
SplineDeriv
;
45
typedef
Genfun::GaudiMathImplementation::GSLSplineDeriv2
46
SplineDeriv2
;
47
typedef
Genfun::GaudiMathImplementation::GSLSplineInteg
48
SplineInteg
;
49
50
}
// end of namespace
51
52
// ============================================================================
53
// The END
54
// ============================================================================
55
#endif // GAUDIMATH_GAUDIMATH_H
56
// ============================================================================
Generated at Wed Jun 4 2014 14:48:56 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004