Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/math/special_functions.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 // Copyright John Maddock 2006, 2007, 2012. | 1 // Copyright John Maddock 2006, 2007, 2012, 2014. |
2 // Copyright Paul A. Bristow 2006, 2007, 2012 | 2 // Copyright Paul A. Bristow 2006, 2007, 2012 |
3 | 3 |
4 // Use, modification and distribution are subject to the | 4 // Use, modification and distribution are subject to the |
5 // Boost Software License, Version 1.0. (See accompanying file | 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) | 6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
14 | 14 |
15 #include <boost/math/special_functions/airy.hpp> | 15 #include <boost/math/special_functions/airy.hpp> |
16 #include <boost/math/special_functions/acosh.hpp> | 16 #include <boost/math/special_functions/acosh.hpp> |
17 #include <boost/math/special_functions/asinh.hpp> | 17 #include <boost/math/special_functions/asinh.hpp> |
18 #include <boost/math/special_functions/atanh.hpp> | 18 #include <boost/math/special_functions/atanh.hpp> |
19 #include <boost/math/special_functions/bernoulli.hpp> | |
19 #include <boost/math/special_functions/bessel.hpp> | 20 #include <boost/math/special_functions/bessel.hpp> |
21 #include <boost/math/special_functions/bessel_prime.hpp> | |
20 #include <boost/math/special_functions/beta.hpp> | 22 #include <boost/math/special_functions/beta.hpp> |
21 #include <boost/math/special_functions/binomial.hpp> | 23 #include <boost/math/special_functions/binomial.hpp> |
22 #include <boost/math/special_functions/cbrt.hpp> | 24 #include <boost/math/special_functions/cbrt.hpp> |
23 #include <boost/math/special_functions/cos_pi.hpp> | 25 #include <boost/math/special_functions/cos_pi.hpp> |
24 #include <boost/math/special_functions/digamma.hpp> | 26 #include <boost/math/special_functions/digamma.hpp> |
25 #include <boost/math/special_functions/ellint_1.hpp> | 27 #include <boost/math/special_functions/ellint_1.hpp> |
26 #include <boost/math/special_functions/ellint_2.hpp> | 28 #include <boost/math/special_functions/ellint_2.hpp> |
27 #include <boost/math/special_functions/ellint_3.hpp> | 29 #include <boost/math/special_functions/ellint_3.hpp> |
30 #include <boost/math/special_functions/ellint_d.hpp> | |
31 #include <boost/math/special_functions/jacobi_zeta.hpp> | |
32 #include <boost/math/special_functions/heuman_lambda.hpp> | |
28 #include <boost/math/special_functions/ellint_rc.hpp> | 33 #include <boost/math/special_functions/ellint_rc.hpp> |
29 #include <boost/math/special_functions/ellint_rd.hpp> | 34 #include <boost/math/special_functions/ellint_rd.hpp> |
30 #include <boost/math/special_functions/ellint_rf.hpp> | 35 #include <boost/math/special_functions/ellint_rf.hpp> |
31 #include <boost/math/special_functions/ellint_rj.hpp> | 36 #include <boost/math/special_functions/ellint_rj.hpp> |
37 #include <boost/math/special_functions/ellint_rg.hpp> | |
32 #include <boost/math/special_functions/erf.hpp> | 38 #include <boost/math/special_functions/erf.hpp> |
33 #include <boost/math/special_functions/expint.hpp> | 39 #include <boost/math/special_functions/expint.hpp> |
34 #include <boost/math/special_functions/expm1.hpp> | 40 #include <boost/math/special_functions/expm1.hpp> |
35 #include <boost/math/special_functions/factorials.hpp> | 41 #include <boost/math/special_functions/factorials.hpp> |
36 #include <boost/math/special_functions/fpclassify.hpp> | 42 #include <boost/math/special_functions/fpclassify.hpp> |
43 #include <boost/math/special_functions/legendre.hpp> | 49 #include <boost/math/special_functions/legendre.hpp> |
44 #include <boost/math/special_functions/log1p.hpp> | 50 #include <boost/math/special_functions/log1p.hpp> |
45 #include <boost/math/special_functions/math_fwd.hpp> | 51 #include <boost/math/special_functions/math_fwd.hpp> |
46 #include <boost/math/special_functions/next.hpp> | 52 #include <boost/math/special_functions/next.hpp> |
47 #include <boost/math/special_functions/owens_t.hpp> | 53 #include <boost/math/special_functions/owens_t.hpp> |
54 #include <boost/math/special_functions/polygamma.hpp> | |
48 #include <boost/math/special_functions/powm1.hpp> | 55 #include <boost/math/special_functions/powm1.hpp> |
49 #include <boost/math/special_functions/sign.hpp> | 56 #include <boost/math/special_functions/sign.hpp> |
50 #include <boost/math/special_functions/sin_pi.hpp> | 57 #include <boost/math/special_functions/sin_pi.hpp> |
51 #include <boost/math/special_functions/sinc.hpp> | 58 #include <boost/math/special_functions/sinc.hpp> |
52 #include <boost/math/special_functions/sinhc.hpp> | 59 #include <boost/math/special_functions/sinhc.hpp> |