Loading web-font TeX/Math/Italic
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ hypergeometric_pFq() [2/3]

template<typename Ta , typename Tb , typename Tz , require_all_vector_st< std::is_arithmetic, Ta, Tb > * = nullptr, require_arithmetic_t< Tz > * = nullptr>
return_type_t< Ta, Tb, Tz > stan::math::hypergeometric_pFq ( const Ta &  a,
const Tb &  b,
const Tz &  z 
)

Returns the generalized hypergeometric function applied to the input arguments: _pF_q(a_1,...,a_p;b_1,...,b_q;z).

See 'grad_pFq.hpp' for the derivatives wrt each parameter

Parameters
[in]aVector of 'a' arguments to function
[in]bVector of 'b' arguments to function
[in]zScalar z argument
Returns
Generalized hypergeometric function

Definition at line 28 of file hypergeometric_pFq.hpp.