Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/floor.hpp>
#include <stan/math/rev/fun/sin.hpp>
#include <stan/math/rev/fun/square.hpp>
#include <stan/math/rev/fun/inv_square.hpp>
#include <stan/math/prim/fun/trigamma.hpp>
Go to the source code of this file.
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::trigamma (const var &u) |
Return the value of the trigamma function at the specified argument (i.e., the second derivative of the log Gamma function at the specified argument). | |