We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 882076d + 54da5ef commit 79c2d7cCopy full SHA for 79c2d7c
src/cmdstan/command.hpp
@@ -40,7 +40,7 @@
40
#include <stan/services/experimental/advi/fullrank.hpp>
41
#include <stan/services/experimental/advi/meanfield.hpp>
42
#include <stan/math/opencl/opencl_context.hpp>
43
-#include <stan/math/prim/mat/fun/Eigen.hpp>
+#include <stan/math/prim/fun/Eigen.hpp>
44
#include <boost/date_time/posix_time/posix_time_types.hpp>
45
#include <fstream>
46
#include <sstream>
src/test/interface/mpi_test.cpp
@@ -2,7 +2,7 @@
2
3
#include <cmdstan/command.hpp>
4
#include <gtest/gtest.h>
5
-#include <stan/math/prim/arr.hpp>
+#include <stan/math/prim.hpp>
6
#include <test/test-models/proper.hpp>
7
8
TEST(StanUiCommand, mpi_ready) {
0 commit comments