Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
airy.hpp File Reference
#include <limits>
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/bessel.hpp>
#include <boost/math/special_functions/cbrt.hpp>
#include <boost/math/special_functions/detail/airy_ai_bi_zero.hpp>
#include <boost/math/tools/roots.hpp>
Include dependency graph for airy.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 >
T boost::math::detail::airy_ai_imp (T x, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::airy_bi_imp (T x, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::airy_ai_prime_imp (T x, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::airy_bi_prime_imp (T x, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::airy_ai_zero_imp (int m, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::airy_bi_zero_imp (int m, const Policy &pol)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::airy_ai (T x, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::airy_ai (T x)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::airy_bi (T x, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::airy_bi (T x)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::airy_ai_prime (T x, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::airy_ai_prime (T x)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::airy_bi_prime (T x, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::airy_bi_prime (T x)
 
template<class T , class Policy >
T boost::math::airy_ai_zero (int m, const Policy &)
 
template<class T >
T boost::math::airy_ai_zero (int m)
 
template<class T , class OutputIterator , class Policy >
OutputIterator boost::math::airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol)
 
template<class T , class OutputIterator >
OutputIterator boost::math::airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it)
 
template<class T , class Policy >
T boost::math::airy_bi_zero (int m, const Policy &)
 
template<typename T >
T boost::math::airy_bi_zero (int m)
 
template<class T , class OutputIterator , class Policy >
OutputIterator boost::math::airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol)
 
template<class T , class OutputIterator >
OutputIterator boost::math::airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it)