Automatic Differentiation
 
Loading...
Searching...
No Matches
gamma_q.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/fun/digamma.hpp>
#include <stan/math/prim/fun/gamma_q.hpp>
#include <stan/math/prim/fun/grad_reg_inc_gamma.hpp>
#include <stan/math/prim/fun/tgamma.hpp>
#include <boost/math/special_functions/gamma.hpp>

Go to the source code of this file.

Classes

class  stan::math::internal::gamma_q_vv_vari
 
class  stan::math::internal::gamma_q_vd_vari
 
class  stan::math::internal::gamma_q_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_q (const var &a, const var &b)
 
var stan::math::gamma_q (const var &a, double b)
 
var stan::math::gamma_q (double a, const var &b)