Stan Math Library
4.9.0
Automatic Differentiation
|
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
[in] | a | Vector of 'a' arguments to function |
[in] | b | Vector of 'b' arguments to function |
[in] | z | Scalar z argument |
Definition at line 25 of file hypergeometric_2F2.hpp.