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

◆ hypergeometric_pFq() [3/3]

template<typename Ta , typename Tb , typename 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 
)
inline

Returns the generalized hypergeometric function (pFq) applied to the input arguments.

Template Parameters
TaType of Eigen vector with scalar type var or arithmetic
TbType of Eigen vector with scalar type var or arithmetic
TzScalar of type var or arithmetic
Parameters
[in]aVector of 'a' arguments (of length p)
[in]bVector of 'b' arguments (of length q)
[in]zScalar z argument
Returns
Generalized hypergeometric function

Definition at line 28 of file hypergeometric_pFq.hpp.