|
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) |
|