File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44#include < stan/math/mix/functor/hessian_block_diag.hpp>
55#include < stan/math/mix/functor/conditional_copy_and_promote.hpp>
6- #include < stan/math/prim/functor.hpp>
6+ #include < stan/math/prim/functor/apply .hpp>
77#include < stan/math/prim/fun.hpp>
88
99namespace stan {
Original file line number Diff line number Diff line change 77#include < stan/math/prim/fun/constants.hpp>
88#include < stan/math/prim/fun/select.hpp>
99#include < stan/math/prim/fun/size_zero.hpp>
10+ #include < stan/math/prim/fun/sum.hpp>
1011#include < stan/math/prim/functor/partials_propagator.hpp>
1112
1213namespace stan {
Original file line number Diff line number Diff line change 44#include < stan/math/prim/fun/Eigen.hpp>
55#include < stan/math/rev/meta.hpp>
66#include < stan/math/rev/core/arena_matrix.hpp>
7- #include < stan/math/prim/functor.hpp>
87#include < vector>
98#include < cstring>
109
Original file line number Diff line number Diff line change 44#include < stan/math/rev/meta.hpp>
55#include < stan/math/rev/core.hpp>
66#include < stan/math/prim/fun/Eigen.hpp>
7- #include < stan/math/rev/functor.hpp>
87#include < stan/math/prim/fun/finite_diff_stepsize.hpp>
98#include < stdexcept>
109
Original file line number Diff line number Diff line change 11#ifndef STAN_MATH_REV_FUNCTOR_HESSIAN_TIMES_VECTOR_HPP
22#define STAN_MATH_REV_FUNCTOR_HESSIAN_TIMES_VECTOR_HPP
33
4+ #include < stan/math/prim/fun/Eigen.hpp>
45#include < stan/math/prim/fun/constants.hpp>
56#include < stan/math/rev/meta.hpp>
67#include < stan/math/rev/core.hpp>
7- #include < stan/math/prim/fun/Eigen.hpp>
8- #include < stan/math/rev/functor.hpp>
8+ #include < stan/math/rev/functor/gradient.hpp>
99#include < cmath>
1010
1111namespace stan {
Original file line number Diff line number Diff line change 22#define STAN_MATH_REV_FUNCTOR_REDUCE_SUM_HPP
33
44#include < stan/math/prim/meta.hpp>
5- #include < stan/math/prim/functor.hpp>
5+ #include < stan/math/prim/functor/reduce_sum .hpp>
66#include < stan/math/rev/core.hpp>
77
88#include < tbb/task_arena.h>
You can’t perform that action at this time.
0 commit comments