Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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_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 31 of file hypergeometric_pFq.hpp.