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

◆ hypergeometric_2F2()

template<typename Ta , typename Tb , typename Tz , require_all_eigen_t< Ta, Tb > * = nullptr, require_stan_scalar_t< Tz > * = nullptr>
return_type_t< Ta, Tb, Tz > stan::math::hypergeometric_2F2 ( const Ta &  a,
const Tb &  b,
const Tz &  z 
)

Returns the generalized hypergeometric function applied to the input arguments: \(_2F_2(a_1,a_2;b_1,b_2;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 25 of file hypergeometric_2F2.hpp.