ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sf.hpp
Go to the documentation of this file.
1/*
2 * $Id: sf.hpp 9 2010-06-13 14:02:43Z jdl3 $
3 * Copyright (C) 2010 John D Lamb
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or (at
8 * your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20#ifndef CCGSL_SF_HPP
21#define CCGSL_SF_HPP
22
23#include"sf_result.hpp"
24
25#include"sf_airy.hpp"
26#include"sf_bessel.hpp"
27#include"sf_clausen.hpp"
28#include"sf_coulomb.hpp"
29#include"sf_coupling.hpp"
30#include"sf_dawson.hpp"
31#include"sf_debye.hpp"
32#include"sf_dilog.hpp"
33#include"sf_elementary.hpp"
34#include"sf_ellint.hpp"
35#include"sf_elljac.hpp"
36#include"sf_erf.hpp"
37#include"sf_exp.hpp"
38#include"sf_expint.hpp"
39#include"sf_fermi_dirac.hpp"
40#include"sf_gamma.hpp"
41#include"sf_gegenbauer.hpp"
42#include"sf_hermite.hpp"
43#include"sf_hyperg.hpp"
44#include"sf_laguerre.hpp"
45#include"sf_lambert.hpp"
46#include"sf_legendre.hpp"
47#include"sf_log.hpp"
48#include"sf_mathieu.hpp"
49#include"sf_pow_int.hpp"
50#include"sf_psi.hpp"
51#include"sf_sincos_pi.hpp"
52#include"sf_synchrotron.hpp"
53#include"sf_transport.hpp"
54#include"sf_trig.hpp"
55#include"sf_zeta.hpp"
56
57namespace gsl {
69 namespace sf {}
70}
71
72#endif
The gsl package creates an interface to the GNU Scientific Library for C++.
Definition: blas.hpp:34