7#pragma GCC diagnostic push
8#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
10#include <boost/math/differentiation/autodiff.hpp>
12#pragma GCC diagnostic pop
39 template <
typename S,
typename T>
40 static boost::math::differentiation::promote<S, T>
get_gamma(
const S tau,
51 template <
typename S,
typename T>
53 const S tau,
const T pi);
63 template <
typename S,
typename T>
65 const S tau,
const T pi);
75 template <
typename S,
typename T>
77 const S tau,
const T pi);
87 template <
typename S,
typename T>
89 const S tau,
const T pi);
99 template <
typename S,
typename T>
101 const S tau,
const T pi);
static boost::math::differentiation::promote< S, T > get_dgamma_dtau(const S tau, const T pi)
static boost::math::differentiation::promote< S, T > get_dgamma_dtau_dtau(const S tau, const T pi)
static boost::math::differentiation::promote< S, T > get_dgamma_dtau_dpi(const S tau, const T pi)
static boost::math::differentiation::promote< S, T > get_dgamma_dpi_dpi(const S tau, const T pi)
static boost::math::differentiation::promote< S, T > get_dgamma_dpi(const S tau, const T pi)
static boost::math::differentiation::promote< S, T > get_gamma(const S tau, const T pi)