Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/math/special_functions.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // Copyright John Maddock 2006, 2007, 2012. | |
2 // Copyright Paul A. Bristow 2006, 2007, 2012 | |
3 | |
4 // Use, modification and distribution are subject to the | |
5 // Boost Software License, Version 1.0. (See accompanying file | |
6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
7 | |
8 // This file includes *all* the special functions. | |
9 // this may be useful if many are used | |
10 // - to avoid including each function individually. | |
11 | |
12 #ifndef BOOST_MATH_SPECIAL_FUNCTIONS_HPP | |
13 #define BOOST_MATH_SPECIAL_FUNCTIONS_HPP | |
14 | |
15 #include <boost/math/special_functions/airy.hpp> | |
16 #include <boost/math/special_functions/acosh.hpp> | |
17 #include <boost/math/special_functions/asinh.hpp> | |
18 #include <boost/math/special_functions/atanh.hpp> | |
19 #include <boost/math/special_functions/bessel.hpp> | |
20 #include <boost/math/special_functions/beta.hpp> | |
21 #include <boost/math/special_functions/binomial.hpp> | |
22 #include <boost/math/special_functions/cbrt.hpp> | |
23 #include <boost/math/special_functions/cos_pi.hpp> | |
24 #include <boost/math/special_functions/digamma.hpp> | |
25 #include <boost/math/special_functions/ellint_1.hpp> | |
26 #include <boost/math/special_functions/ellint_2.hpp> | |
27 #include <boost/math/special_functions/ellint_3.hpp> | |
28 #include <boost/math/special_functions/ellint_rc.hpp> | |
29 #include <boost/math/special_functions/ellint_rd.hpp> | |
30 #include <boost/math/special_functions/ellint_rf.hpp> | |
31 #include <boost/math/special_functions/ellint_rj.hpp> | |
32 #include <boost/math/special_functions/erf.hpp> | |
33 #include <boost/math/special_functions/expint.hpp> | |
34 #include <boost/math/special_functions/expm1.hpp> | |
35 #include <boost/math/special_functions/factorials.hpp> | |
36 #include <boost/math/special_functions/fpclassify.hpp> | |
37 #include <boost/math/special_functions/gamma.hpp> | |
38 #include <boost/math/special_functions/hermite.hpp> | |
39 #include <boost/math/special_functions/hypot.hpp> | |
40 #include <boost/math/special_functions/jacobi_elliptic.hpp> | |
41 #include <boost/math/special_functions/laguerre.hpp> | |
42 #include <boost/math/special_functions/lanczos.hpp> | |
43 #include <boost/math/special_functions/legendre.hpp> | |
44 #include <boost/math/special_functions/log1p.hpp> | |
45 #include <boost/math/special_functions/math_fwd.hpp> | |
46 #include <boost/math/special_functions/next.hpp> | |
47 #include <boost/math/special_functions/owens_t.hpp> | |
48 #include <boost/math/special_functions/powm1.hpp> | |
49 #include <boost/math/special_functions/sign.hpp> | |
50 #include <boost/math/special_functions/sin_pi.hpp> | |
51 #include <boost/math/special_functions/sinc.hpp> | |
52 #include <boost/math/special_functions/sinhc.hpp> | |
53 #include <boost/math/special_functions/spherical_harmonic.hpp> | |
54 #include <boost/math/special_functions/sqrt1pm1.hpp> | |
55 #include <boost/math/special_functions/zeta.hpp> | |
56 #include <boost/math/special_functions/modf.hpp> | |
57 #include <boost/math/special_functions/round.hpp> | |
58 #include <boost/math/special_functions/trunc.hpp> | |
59 #include <boost/math/special_functions/pow.hpp> | |
60 #include <boost/math/special_functions/next.hpp> | |
61 #include <boost/math/special_functions/owens_t.hpp> | |
62 #include <boost/math/special_functions/hankel.hpp> | |
63 | |
64 #endif // BOOST_MATH_SPECIAL_FUNCTIONS_HPP |