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 9553f64 commit cb602adCopy full SHA for cb602ad
2 files changed
stan/math/rev/fun.hpp
@@ -106,7 +106,6 @@
106
#include <stan/math/rev/fun/multiply_log.hpp>
107
#include <stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp>
108
#include <stan/math/rev/fun/norm.hpp>
109
-#include <stan/math/rev/fun/ode_store_sensitivities.hpp>
110
#include <stan/math/rev/fun/ordered_constrain.hpp>
111
#include <stan/math/rev/fun/owens_t.hpp>
112
#include <stan/math/rev/fun/polar.hpp>
stan/math/rev/functor/ode_store_sensitivities.hpp
@@ -1,7 +1,7 @@
1
#ifndef STAN_MATH_REV_FUNCTOR_ODE_STORE_SENSITIVITIES_HPP
2
#define STAN_MATH_REV_FUNCTOR_ODE_STORE_SENSITIVITIES_HPP
3
4
-#include <stan/math/prim/fun/ode_store_sensitivities.hpp>
+#include <stan/math/prim/functor/ode_store_sensitivities.hpp>
5
#include <stan/math/rev/core.hpp>
6
#include <ostream>
7
#include <vector>
0 commit comments