Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the Gauss hypergeometric function applied to the input arguments: \(_2F_1(a_1,a_2;b;z)\).
See 'grad_2F1.hpp' for the derivatives wrt each parameter
Ta1 | Type of scalar first 'a' argument |
Ta2 | Type of scalar second 'a' argument |
Tb | Type of scalar 'b' argument |
Tz | Type of scalar 'z' argument |
[in] | a1 | First of 'a' arguments to function |
[in] | a2 | Second of 'a' arguments to function |
[in] | b | 'b' argument to function |
[in] | z | Scalar z argument |
Definition at line 32 of file hypergeometric_2F1.hpp.