Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
arr.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_ARR_HPP
2
#define STAN_MATH_PRIM_ARR_HPP
3
4
#include <
stan/math/prim/meta.hpp
>
5
6
#include <
stan/math/prim/arr/err/check_matching_sizes.hpp
>
7
#include <
stan/math/prim/arr/err/check_nonzero_size.hpp
>
8
#include <
stan/math/prim/arr/err/check_ordered.hpp
>
9
#include <
stan/math/prim/arr/err/is_matching_size.hpp
>
10
#include <
stan/math/prim/arr/err/is_nonzero_size.hpp
>
11
#include <
stan/math/prim/arr/err/is_ordered.hpp
>
12
#include <
stan/math/prim/arr/fun/array_builder.hpp
>
13
#include <
stan/math/prim/arr/fun/common_type.hpp
>
14
#include <
stan/math/prim/arr/fun/dot.hpp
>
15
#include <
stan/math/prim/arr/fun/dot_self.hpp
>
16
#include <
stan/math/prim/arr/fun/fill.hpp
>
17
#include <
stan/math/prim/arr/fun/inverse_softmax.hpp
>
18
#include <
stan/math/prim/arr/fun/log_sum_exp.hpp
>
19
#include <
stan/math/prim/arr/fun/promote_elements.hpp
>
20
#include <
stan/math/prim/arr/fun/promote_scalar.hpp
>
21
#include <
stan/math/prim/arr/fun/promote_scalar_type.hpp
>
22
#include <
stan/math/prim/arr/fun/rep_array.hpp
>
23
#include <
stan/math/prim/arr/fun/scaled_add.hpp
>
24
#include <
stan/math/prim/arr/fun/sort_asc.hpp
>
25
#include <
stan/math/prim/arr/fun/sort_desc.hpp
>
26
#include <
stan/math/prim/arr/fun/sub.hpp
>
27
#include <
stan/math/prim/arr/fun/sum.hpp
>
28
#include <
stan/math/prim/arr/fun/value_of.hpp
>
29
#include <
stan/math/prim/arr/fun/value_of_rec.hpp
>
30
31
#include <
stan/math/prim/arr/functor/coupled_ode_observer.hpp
>
32
#include <
stan/math/prim/arr/functor/coupled_ode_system.hpp
>
33
#include <
stan/math/prim/arr/functor/integrate_1d.hpp
>
34
#include <
stan/math/prim/arr/functor/integrate_ode_rk45.hpp
>
35
#include <
stan/math/prim/arr/functor/mpi_command.hpp
>
36
#include <
stan/math/prim/arr/functor/mpi_distributed_apply.hpp
>
37
#include <
stan/math/prim/arr/functor/mpi_cluster.hpp
>
38
39
#include <
stan/math/prim/scal.hpp
>
40
41
#endif
integrate_ode_rk45.hpp
inverse_softmax.hpp
value_of_rec.hpp
value_of.hpp
meta.hpp
promote_scalar_type.hpp
check_matching_sizes.hpp
promote_elements.hpp
is_matching_size.hpp
sort_asc.hpp
log_sum_exp.hpp
mpi_distributed_apply.hpp
fill.hpp
coupled_ode_observer.hpp
dot.hpp
mpi_command.hpp
sub.hpp
scal.hpp
is_nonzero_size.hpp
sum.hpp
rep_array.hpp
mpi_cluster.hpp
scaled_add.hpp
check_ordered.hpp
promote_scalar.hpp
array_builder.hpp
coupled_ode_system.hpp
is_ordered.hpp
check_nonzero_size.hpp
integrate_1d.hpp
sort_desc.hpp
common_type.hpp
dot_self.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.