We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7da15 commit b2ebd1aCopy full SHA for b2ebd1a
1 file changed
stan/math/prim/functor/reduce_sum_static.hpp
@@ -21,7 +21,7 @@ namespace math {
21
* This defers to reduce_sum_impl for the appropriate implementation
22
*
23
* ReduceFunction must define an operator() with the same signature as:
24
- * T f(int start, int end, Vec&& vmapped_subset, std::ostream* msgs, Args&&...
+ * T f(Vec&& vmapped_subset, int start, int end, std::ostream* msgs, Args&&...
25
* args)
26
27
* `ReduceFunction` must be default constructible without any arguments
0 commit comments