1#ifndef STAN_MATH_REV_FUN_RISING_FACTORIAL_HPP
2#define STAN_MATH_REV_FUN_RISING_FACTORIAL_HPP
rising_factorial_vd_vari(vari *avi, int b)
fvar< T > rising_factorial(const fvar< T > &x, int n)
Return autodiff variable with the gradient and result of the rising factorial function applied to the...
fvar< T > digamma(const fvar< T > &x)
Return the derivative of the log gamma function at the specified argument.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...