|
unsigned | boost::math::detail::digamma_large_lim (const mpl::int_< 0 > *) |
|
unsigned | boost::math::detail::digamma_large_lim (const void *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_large (T x, const mpl::int_< 0 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_large (T x, const mpl::int_< 64 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_large (T x, const mpl::int_< 53 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_large (T x, const mpl::int_< 24 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_1_2 (T x, const mpl::int_< 0 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_1_2 (T x, const mpl::int_< 64 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_1_2 (T x, const mpl::int_< 53 > *) |
|
template<class T > |
T | boost::math::detail::digamma_imp_1_2 (T x, const mpl::int_< 24 > *) |
|
template<class T , class Tag , class Policy > |
T | boost::math::detail::digamma_imp (T x, const Tag *t, const Policy &pol) |
|
template<class T , class Policy > |
tools::promote_args< T >::type | boost::math::digamma (T x, const Policy &pol) |
|
template<class T > |
tools::promote_args< T >::type | boost::math::digamma (T x) |
|