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

Classes

struct  boost::math::detail::owens_t_initializer< T, Policy, tag >
 
struct  boost::math::detail::owens_t_initializer< T, Policy, tag >::init
 

Namespaces

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

Functions

template<typename RealType >
RealType boost::math::detail::owens_t_znorm1 (const RealType x)
 
template<typename RealType >
RealType boost::math::detail::owens_t_znorm2 (const RealType x)
 
template<typename RealType >
unsigned short boost::math::detail::owens_t_compute_code (const RealType h, const RealType a)
 
template<typename RealType >
unsigned short boost::math::detail::owens_t_get_order_imp (const unsigned short icode, RealType, const mpl::int_< 53 > &)
 
template<typename RealType >
unsigned short boost::math::detail::owens_t_get_order_imp (const unsigned short icode, RealType, const mpl::int_< 64 > &)
 
template<typename RealType , typename Policy >
unsigned short boost::math::detail::owens_t_get_order (const unsigned short icode, RealType r, const Policy &)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::owens_t_T1 (const RealType h, const RealType a, const unsigned short m, const Policy &pol)
 
template<typename RealType , class Policy >
RealType boost::math::detail::owens_t_T2 (const RealType h, const RealType a, const unsigned short m, const RealType ah, const Policy &, const mpl::false_ &)
 
template<typename RealType >
RealType boost::math::detail::owens_t_T3_imp (const RealType h, const RealType a, const RealType ah, const mpl::int_< 53 > &)
 
template<class RealType >
RealType boost::math::detail::owens_t_T3_imp (const RealType h, const RealType a, const RealType ah, const mpl::int_< 64 > &)
 
template<class RealType , class Policy >
RealType boost::math::detail::owens_t_T3 (const RealType h, const RealType a, const RealType ah, const Policy &)
 
template<typename RealType >
RealType boost::math::detail::owens_t_T4 (const RealType h, const RealType a, const unsigned short m)
 
template<typename RealType >
RealType boost::math::detail::owens_t_T5_imp (const RealType h, const RealType a, const mpl::int_< 53 > &)
 
template<typename RealType >
RealType boost::math::detail::owens_t_T5_imp (const RealType h, const RealType a, const mpl::int_< 64 > &)
 
template<class RealType , class Policy >
RealType boost::math::detail::owens_t_T5 (const RealType h, const RealType a, const Policy &)
 
template<typename RealType >
RealType boost::math::detail::owens_t_T6 (const RealType h, const RealType a)
 
template<class T , class Policy >
std::pair< T, Tboost::math::detail::owens_t_T1_accelerated (T h, T a, const Policy &pol)
 
template<typename RealType , class Policy >
RealType boost::math::detail::owens_t_T2 (const RealType h, const RealType a, const unsigned short m, const RealType ah, const Policy &, const mpl::true_ &)
 
template<typename RealType , class Policy >
std::pair< RealType, RealType > boost::math::detail::owens_t_T2_accelerated (const RealType h, const RealType a, const RealType ah, const Policy &)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::T4_mp (const RealType h, const RealType a, const Policy &pol)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, mpl::int_< 64 > const &)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, const mpl::int_< 65 > &)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, const mpl::int_< 0 > &)
 
template<typename RealType , typename Policy >
RealType boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol)
 
template<typename RealType , class Policy >
RealType boost::math::detail::owens_t (RealType h, RealType a, const Policy &pol)
 
template<class T1 , class T2 , class Policy >
tools::promote_args< T1, T2 >::type boost::math::owens_t (T1 h, T2 a, const Policy &pol)
 
template<class T1 , class T2 >
tools::promote_args< T1, T2 >::type boost::math::owens_t (T1 h, T2 a)