Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/fun/constants.hpp>
#include <stan/math/prim/fun/gamma_p.hpp>
#include <stan/math/prim/fun/grad_reg_lower_inc_gamma.hpp>
#include <stan/math/prim/fun/is_inf.hpp>
#include <stan/math/prim/fun/lgamma.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
class | stan::math::internal::gamma_p_vv_vari |
class | stan::math::internal::gamma_p_vd_vari |
class | stan::math::internal::gamma_p_dv_vari |
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. | |
namespace | stan::math::internal |
A comparator that works for any container type that has the brackets operator. | |
Functions | |
var | stan::math::gamma_p (const var &a, const var &b) |
var | stan::math::gamma_p (const var &a, double b) |
var | stan::math::gamma_p (double a, const var &b) |