1 #ifndef STAN__AGRAD__FWD__FUNCTIONS__LMGAMMA_HPP
2 #define STAN__AGRAD__FWD__FUNCTIONS__LMGAMMA_HPP
15 fvar<typename stan::return_type<T,int>::type>
21 for(
int count = 1; count < x1 + 1; count++)
boost::math::tools::promote_args< typename scalar_type< T1 >::type, typename scalar_type< T2 >::type, typename scalar_type< T3 >::type, typename scalar_type< T4 >::type, typename scalar_type< T5 >::type, typename scalar_type< T6 >::type >::type type
boost::math::tools::promote_args< T >::type lmgamma(const int k, T x)
Return the natural logarithm of the multivariate gamma function with the speciifed dimensions and arg...
fvar< T > digamma(const fvar< T > &x)
fvar< T > log(const fvar< T > &x)
fvar< typename stan::return_type< T, int >::type > lmgamma(int x1, const fvar< T > &x2)