Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
scal
fun
gamma_q.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_SCAL_FUN_GAMMA_Q_HPP
2
#define STAN_MATH_PRIM_SCAL_FUN_GAMMA_Q_HPP
3
4
#include <
stan/math/prim/meta.hpp
>
5
#include <boost/math/special_functions/gamma.hpp>
6
7
namespace
stan
{
8
namespace
math {
9
54
inline
double
gamma_q
(
double
x,
double
a) {
return
boost::math::gamma_q
(x, a); }
55
56
}
// namespace math
57
}
// namespace stan
58
#endif
stan::math::gamma_q
var gamma_q(double a, const var &b)
Definition:
gamma_q.hpp:58
stan
Definition:
log_sum_exp.hpp:8
meta.hpp
stan::math::gamma_q
fvar< T > gamma_q(const fvar< T > &x1, const fvar< T > &x2)
Definition:
gamma_q.hpp:13
[
Stan Home Page
]
© 2011–2018, Stan Development Team.