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

◆ hypergeometric_pFq() [3/3]

template<typename Ta , typename Tb , typename Tz , bool grad_a = !is_constant<Ta>::value, bool grad_b = !is_constant<Tb>::value, bool grad_z = !is_constant<Tz>::value, require_all_matrix_t< Ta, Tb > * = nullptr, require_return_type_t< is_var, Ta, Tb, Tz > * = nullptr>
var stan::math::hypergeometric_pFq ( const Ta &  a,
const Tb &  b,
const 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 30 of file hypergeometric_pFq.hpp.