KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsl_cpp_incl.h
Go to the documentation of this file.
1 
2 #ifdef MAKE_DEPEND
3 # ifndef MAKE_DEPEND_GSL_CPP_INCL_H
4 # ifndef MAKE_DEPEND_DIR
5 # define GSL_CPP_INCL_INCLUDED
6 # endif
7 # endif
8 #endif
9 
10 #ifndef GSL_CPP_INCL_INCLUDED
11 #define GSL_CPP_INCL_INCLUDED
12 
13 #include "gsl_cpp/gsl_multifit.h"
14 #include "gsl_cpp/gsl_multimin.h"
15 #include "gsl_cpp/gsl_qrng.h"
16 #include "gsl_cpp/gsl_randist.h"
17 #include "gsl_cpp/gsl_rng.h"
18 #include "gsl_cpp/gsl_util.h"
19 #include "gsl_cpp/gsl_vector.h"
20 
21 #endif
22 
C++ wrapper on GSL quasi-random sequence generators, to prevent leaks.
Class defs for C++ wrapper on GNU GSL random number distributions.
GSL utility stuff to help those using the C++ wrapper on GSL code.
Class defs for C++ wrapper on GNU GSL random number generators.
Wrappers for GSL's nonlinear least-squares library.
C++ wrapper on GSL some multimin features, to prevent resource leaks.
C++ wrapper on GSL vector class to prevent resource leaks.