Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / math / special_functions.hpp
index 0f2a664..0a7d16b 100644 (file)
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/special_functions/hermite.hpp>
 #include <boost/math/special_functions/hypot.hpp>
+#include <boost/math/special_functions/hypergeometric_1F0.hpp>
+#include <boost/math/special_functions/hypergeometric_0F1.hpp>
+#include <boost/math/special_functions/hypergeometric_2F0.hpp>
+#if !defined(BOOST_NO_CXX11_AUTO_DECLARATIONS) && !defined(BOOST_NO_CXX11_LAMBDAS) && !defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX) && !defined(BOOST_NO_CXX11_HDR_TUPLE)
+#include <boost/math/special_functions/hypergeometric_1F1.hpp>
+#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#include <boost/math/special_functions/hypergeometric_pFq.hpp>
+#endif
+#endif
 #include <boost/math/special_functions/jacobi_elliptic.hpp>
 #include <boost/math/special_functions/laguerre.hpp>
 #include <boost/math/special_functions/lanczos.hpp>