GSLUtils.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \namespace genie::utils::gsl
5 
6 \brief Simple utilities for integrating GSL in the GENIE framework
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created May 06, 2004
12 
13 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _GSL_UTILS_H_
19 #define _GSL_UTILS_H_
20 
21 #include <Math/AllIntegrationTypes.h>
22 #include <string>
23 using std::string;
24 
25 namespace genie {
26 namespace utils {
27 namespace gsl {
28 
31 
34 
35 } // namespace gsl
36 } // namespace utils
37 } // namespace genie
38 
39 #endif // _GSL_UTILS_H_
ROOT::Math::IntegrationOneDim::Type Integration1DimTypeFromString(string type)
Definition: GSLUtils.cxx:23
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
ROOT::Math::IntegrationMultiDim::Type IntegrationNDimTypeFromString(string type)
Definition: GSLUtils.cxx:59
int Type
Definition: 018_def.c:12
std::string string
Definition: nybbler.cc:12
Definition: utils.py:1