![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/rev/core.hpp>#include <stan/math/rev/meta.hpp>#include <stan/math/prim/fun/as_column_vector_or_scalar.hpp>#include <stan/math/prim/fun/grad_pFq.hpp>#include <stan/math/prim/fun/hypergeometric_pFq.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 | |
| template<typename Ta , typename Tb , typename Tz , bool grad_a = is_autodiff_v<Ta>, bool grad_b = is_autodiff_v<Tb>, bool grad_z = is_autodiff_v<Tz>, require_all_vector_t< Ta, Tb > * = nullptr, require_return_type_t< is_var, Ta, Tb, Tz > * = nullptr> | |
| var | stan::math::hypergeometric_pFq (Ta &&a, Tb &&b, Tz &&z) |
| Returns the generalized hypergeometric function (pFq) applied to the input arguments. | |