Stan Math Library  2.15.0
reverse mode automatic differentiation
digamma.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_FUN_DIGAMMA_HPP
2 #define STAN_MATH_PRIM_SCAL_FUN_DIGAMMA_HPP
3 
5 #include <boost/math/special_functions/digamma.hpp>
6 
7 namespace stan {
8  namespace math {
9 
47  inline double digamma(double x) {
49  }
50 
51  }
52 }
53 #endif
var digamma(const var &a)
Definition: digamma.hpp:23
boost::math::policies::policy< boost::math::policies::overflow_error< boost::math::policies::errno_on_error >, boost::math::policies::pole_error< boost::math::policies::errno_on_error > > boost_policy_t
Boost policy that overrides the defaults to match the built-in C++ standard library functions...
fvar< T > digamma(const fvar< T > &x)
Return the derivative of the log gamma function at the specified argument.
Definition: digamma.hpp:22

     [ Stan Home Page ] © 2011–2016, Stan Development Team.