The Gaudi Framework
v25r3
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
Interpolation.h
Go to the documentation of this file.
1
// $Id: Interpolation.h,v 1.2 2005/11/25 10:27:03 mato Exp $
2
// ============================================================================
3
#ifndef GAUDIMATH_INTERPOLATION_H
4
#define GAUDIMATH_INTERPOLATION_H 1
5
// ============================================================================
6
// incldue files
7
// ============================================================================
8
9
namespace
GaudiMath
10
{
11
namespace
Interpolation
12
{
13
enum
Type
14
{
15
Linear
= 0 ,
// linear interpolation
16
Polynomial
,
// polinomial interpolation
17
Cspline
,
// Cubic spline with natural boundary conditions
18
Cspline_Periodic
,
// Cubic spline with periodic boundary conditions
19
Akima
,
// Akima spline with natural boundary conditions
20
Akima_Periodic
// Akima spline with periodic boundary conditions
21
};
22
}
// end of namespace Interpolation
23
}
//end of namespace GaudiMath
24
25
#endif // GAUDIMATH_INTERPOLATION_H
26
// ============================================================================
GaudiMath::Interpolation::Akima
Definition:
Interpolation.h:19
GaudiMath::Interpolation::Polynomial
Definition:
Interpolation.h:16
GaudiMath::Interpolation::Cspline
Definition:
Interpolation.h:17
GaudiMath::Interpolation::Type
Type
Definition:
Interpolation.h:13
GaudiMath::Interpolation::Akima_Periodic
Definition:
Interpolation.h:20
GaudiMath::Interpolation::Cspline_Periodic
Definition:
Interpolation.h:18
GaudiMath::Interpolation::Linear
Definition:
Interpolation.h:15
GaudiGSL
GaudiMath
Interpolation.h
Generated on Wed Jul 9 2014 09:54:13 for The Gaudi Framework by
1.8.7