The Gaudi Framework
v26r4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Helpers.h
Go to the documentation of this file.
1
#ifndef GAUDIMATH_HELPERS_H
2
#define GAUDIMATH_HELPERS_H 1
3
// ============================================================================
4
// Include files
5
// ============================================================================
6
7
15
// ============================================================================
16
namespace
Genfun
17
{
18
namespace
GaudiMathImplementation
19
{
26
class
GSL_Helper
27
{
28
public
:
30
GSL_Helper
31
(
const
Genfun::AbsFunction&
function
,
32
Genfun::Argument& argument ,
33
const
size_t
index ) ;
35
~GSL_Helper
();
36
public
:
37
const
Genfun::AbsFunction&
m_function
;
38
Genfun::Argument&
m_argument
;
39
size_t
m_index
;
40
private
:
41
GSL_Helper
();
42
GSL_Helper
&
operator=
(
GSL_Helper
&);
43
};
44
45
double
GSL_Adaptor
(
double
x ,
void
* params ) ;
46
47
}
// end of namespace GaudiMathImplementation
48
}
// end of namespace Genfun
49
// ============================================================================
50
51
52
53
// ============================================================================
54
// The END
55
// ============================================================================
56
#endif // GAUDIMATH_HELPERS_H
57
// ============================================================================
Genfun::GaudiMathImplementation::GSL_Helper::m_function
const Genfun::AbsFunction & m_function
Definition:
Helpers.h:37
Genfun::GaudiMathImplementation::GSL_Helper::GSL_Helper
GSL_Helper()
Genfun::GaudiMathImplementation::GSL_Helper::m_index
size_t m_index
Definition:
Helpers.h:39
Genfun::GaudiMathImplementation::GSL_Adaptor
double GSL_Adaptor(double x, void *params)
Definition:
Helpers.cpp:37
Genfun::GaudiMathImplementation::GSL_Helper::~GSL_Helper
~GSL_Helper()
destructor
Definition:
Helpers.cpp:33
Genfun::GaudiMathImplementation::GSL_Helper::m_argument
Genfun::Argument & m_argument
Definition:
Helpers.h:38
Genfun
CLHEP.
Definition:
IEqSolver.h:13
Genfun::GaudiMathImplementation::GSL_Helper::operator=
GSL_Helper & operator=(GSL_Helper &)
Genfun::GaudiMathImplementation::GSL_Helper
the simple structure to be used for adaption interface Genfun::AbsFunction to gsl_function structure ...
Definition:
Helpers.h:26
GaudiGSL
src
Lib
Helpers.h
Generated on Mon Oct 12 2015 16:26:47 for The Gaudi Framework by
1.8.9.1