Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
hankel.hpp File Reference
Include dependency graph for hankel.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Functions

template<class T , class Policy >
std::complex< Tboost::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< Tboost::math::detail::hankel_imp (int v, T x, const bessel_int_tag &, const Policy &pol, int sign)
 
template<class T , class Policy >
std::complex< Tboost::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< Tboost::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)