#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/bessel.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<class T , class Policy > | |
std::complex< T > | boost::math::detail::hankel_imp (T v, T x, const bessel_no_int_tag &, const Policy &pol, int sign) |
template<class T , class Policy > | |
std::complex< T > | boost::math::detail::hankel_imp (int v, T x, const bessel_int_tag &, const Policy &pol, int sign) |
template<class T , class Policy > | |
std::complex< T > | boost::math::detail::hankel_imp (T v, T x, const bessel_maybe_int_tag &, const Policy &pol, int sign) |
template<class T , class Policy > | |
std::complex< T > | boost::math::detail::sph_hankel_imp (T v, T x, const Policy &pol, int sign) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | boost::math::cyl_hankel_1 (T1 v, T2 x, const Policy &pol) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | boost::math::cyl_hankel_1 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | boost::math::cyl_hankel_2 (T1 v, T2 x, const Policy &pol) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | boost::math::cyl_hankel_2 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | boost::math::sph_hankel_1 (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | boost::math::sph_hankel_1 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | boost::math::sph_hankel_2 (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | boost::math::sph_hankel_2 (T1 v, T2 x) |