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

Classes

struct  boost::math::detail::min_shift_initializer< T >
 
struct  boost::math::detail::min_shift_initializer< T >::init
 

Namespaces

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

Functions

template<class T >
T boost::math::detail::get_smallest_value (mpl::true_ const &)
 
template<class T >
T boost::math::detail::get_smallest_value (mpl::false_ const &)
 
template<class T >
T boost::math::detail::get_smallest_value ()
 
template<class T >
T boost::math::detail::get_min_shift_value ()
 
template<class T , class Policy >
T boost::math::detail::float_next_imp (const T &val, const Policy &pol)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::float_next (const T &, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::float_next (const T &)
 
template<class T , class Policy >
T boost::math::detail::float_prior_imp (const T &val, const Policy &pol)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::float_prior (const T &, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::float_prior (const T &)
 
template<class T , class U , class Policy >
tools::promote_args< T, U >::type boost::math::nextafter (const T &, const U &, const Policy &)
 
template<class T , class U >
tools::promote_args< T, U >::type boost::math::nextafter (const T &, const U &)
 
template<class T , class Policy >
T boost::math::detail::float_distance_imp (const T &a, const T &b, const Policy &pol)
 
template<class T , class U , class Policy >
tools::promote_args< T, U >::type boost::math::float_distance (const T &, const U &, const Policy &)
 
template<class T , class U >
tools::promote_args< T, U >::type boost::math::float_distance (const T &, const U &)
 
template<class T , class Policy >
T boost::math::detail::float_advance_imp (T val, int distance, const Policy &pol)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::float_advance (T val, int distance, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::float_advance (const T &val, int distance)