Skip to content

Commit 73c4066

Browse files
committed
add docs for new grad_F32 template parameters
1 parent 939f03c commit 73c4066

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

stan/math/prim/fun/grad_F32.hpp

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,20 @@ namespace math {
2424
* This power-series representation converges for all gradients
2525
* under the same conditions as the 3F2 function itself.
2626
*
27-
* @tparam T1 type of g
28-
* @tparam T1 type of g
29-
* @tparam T1 type of g
30-
* @tparam T1 type of g
31-
* @tparam T1 type of g
32-
* @tparam T1 type of g
33-
* @tparam T1 type of g
34-
* @tparam T1 type of g
27+
* @tparam grad_a1 boolean indicating if gradient with respect to a1 is required
28+
* @tparam grad_a2 boolean indicating if gradient with respect to a2 is required
29+
* @tparam grad_a3 boolean indicating if gradient with respect to a3 is required
30+
* @tparam grad_b1 boolean indicating if gradient with respect to b1 is required
31+
* @tparam grad_b2 boolean indicating if gradient with respect to b2 is required
32+
* @tparam grad_z boolean indicating if gradient with respect to z is required
33+
* @tparam T1 a scalar type
34+
* @tparam T2 a scalar type
35+
* @tparam T3 a scalar type
36+
* @tparam T4 a scalar type
37+
* @tparam T5 a scalar type
38+
* @tparam T6 a scalar type
39+
* @tparam T7 a scalar type
40+
* @tparam T8 a scalar type
3541
* @param[out] g g pointer to array of six values of type T, result.
3642
* @param[in] a1 a1 see generalized hypergeometric function definition.
3743
* @param[in] a2 a2 see generalized hypergeometric function definition.

0 commit comments

Comments
 (0)