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 d8bc4d1 commit b96d175Copy full SHA for b96d175
1 file changed
stan/math/rev/core/operator_multiplication.hpp
@@ -5,6 +5,8 @@
5
#include <stan/math/rev/core/var.hpp>
6
#include <stan/math/rev/core/operator_addition.hpp>
7
#include <stan/math/rev/core/operator_subtraction.hpp>
8
+#include <stan/math/rev/core/operator_plus_equal.hpp>
9
+#include <stan/math/rev/core/operator_minus_equal.hpp>
10
#include <stan/math/rev/core/vv_vari.hpp>
11
#include <stan/math/rev/core/vd_vari.hpp>
12
#include <stan/math/prim/core/operator_multiplication.hpp>
0 commit comments