File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments