Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
prim.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_HPP
2
#define STAN_MATH_PRIM_HPP
3
4
#include <
stan/math/version.hpp
>
5
6
#ifdef STAN_OPENCL
7
#include <
stan/math/opencl/prim.hpp
>
8
#include <
stan/math/opencl/prim_constraint.hpp
>
9
#endif
10
11
#include <
stan/math/prim/constraint.hpp
>
12
#include <
stan/math/prim/core.hpp
>
13
#include <
stan/math/prim/meta.hpp
>
14
#include <
stan/math/prim/err.hpp
>
15
16
#include <
stan/math/prim/fun.hpp
>
17
#include <
stan/math/prim/functor.hpp
>
18
#include <
stan/math/prim/prob.hpp
>
19
20
#endif
prim.hpp
constraint.hpp
core.hpp
err.hpp
fun.hpp
functor.hpp
meta.hpp
prob.hpp
prim_constraint.hpp
version.hpp
stan
math
prim.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.