Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
functor.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_FUNCTOR_HPP
2
#define STAN_MATH_PRIM_FUNCTOR_HPP
3
4
#include <
stan/math/prim/functor/apply.hpp
>
5
#include <
stan/math/prim/functor/apply_scalar_unary.hpp
>
6
#include <
stan/math/prim/functor/apply_scalar_binary.hpp
>
7
#include <
stan/math/prim/functor/apply_scalar_ternary.hpp
>
8
#include <
stan/math/prim/functor/apply_vector_unary.hpp
>
9
#include <
stan/math/prim/functor/coupled_ode_system.hpp
>
10
#include <
stan/math/prim/functor/finite_diff_gradient.hpp
>
11
#include <
stan/math/prim/functor/finite_diff_gradient_auto.hpp
>
12
#include <
stan/math/prim/functor/for_each.hpp
>
13
#include <
stan/math/prim/functor/hcubature.hpp
>
14
#include <
stan/math/prim/functor/integrate_1d.hpp
>
15
#include <
stan/math/prim/functor/integrate_1d_adapter.hpp
>
16
#include <
stan/math/prim/functor/integrate_ode_rk45.hpp
>
17
#include <
stan/math/prim/functor/integrate_ode_std_vector_interface_adapter.hpp
>
18
#include <
stan/math/prim/functor/ode_ckrk.hpp
>
19
#include <
stan/math/prim/functor/ode_rk45.hpp
>
20
#include <
stan/math/prim/functor/ode_store_sensitivities.hpp
>
21
#include <
stan/math/prim/functor/map_rect.hpp
>
22
#include <
stan/math/prim/functor/map_rect_combine.hpp
>
23
#include <
stan/math/prim/functor/map_rect_concurrent.hpp
>
24
#include <
stan/math/prim/functor/map_rect_reduce.hpp
>
25
#include <
stan/math/prim/functor/mpi_cluster.hpp
>
26
#include <
stan/math/prim/functor/mpi_command.hpp
>
27
#include <
stan/math/prim/functor/mpi_distributed_apply.hpp
>
28
#include <
stan/math/prim/functor/operands_and_partials.hpp
>
29
#include <
stan/math/prim/functor/partials_propagator.hpp
>
30
#include <
stan/math/prim/functor/reduce_sum.hpp
>
31
#include <
stan/math/prim/functor/reduce_sum_static.hpp
>
32
33
#endif
apply.hpp
apply_scalar_ternary.hpp
finite_diff_gradient.hpp
finite_diff_gradient_auto.hpp
for_each.hpp
hcubature.hpp
integrate_1d_adapter.hpp
integrate_ode_rk45.hpp
integrate_ode_std_vector_interface_adapter.hpp
map_rect.hpp
map_rect_combine.hpp
mpi_cluster.hpp
mpi_command.hpp
mpi_distributed_apply.hpp
ode_ckrk.hpp
ode_rk45.hpp
apply_scalar_binary.hpp
apply_scalar_unary.hpp
apply_vector_unary.hpp
coupled_ode_system.hpp
integrate_1d.hpp
map_rect_concurrent.hpp
map_rect_reduce.hpp
ode_store_sensitivities.hpp
operands_and_partials.hpp
partials_propagator.hpp
reduce_sum.hpp
reduce_sum_static.hpp
stan
math
prim
functor.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.