Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ hypergeometric_pFq() [2/3]

template<typename Ta , typename Tb , typename Tz , require_all_eigen_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)\).

This function is not intended to be exposed to end users, only used for p & q values that are stable with the grad_pFq implementation.

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 31 of file hypergeometric_pFq.hpp.