Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
mix
meta.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_MIX_META_HPP
2
#define STAN_MATH_MIX_META_HPP
3
4
#include <
stan/math/prim/scal/meta/ad_promotable.hpp
>
5
#include <
stan/math/rev/scal/meta/ad_promotable.hpp
>
6
#include <
stan/math/fwd/scal/meta/ad_promotable.hpp
>
7
8
#include <
stan/math/fwd/core.hpp
>
9
#include <
stan/math/fwd/scal/meta/is_fvar.hpp
>
10
#include <
stan/math/fwd/scal/meta/partials_type.hpp
>
11
12
#include <
stan/math/rev/core.hpp
>
13
#include <
stan/math/rev/scal/meta/is_var.hpp
>
14
#include <
stan/math/rev/scal/meta/partials_type.hpp
>
15
16
#include <
stan/math/fwd/meta.hpp
>
17
#include <
stan/math/rev/meta.hpp
>
18
#include <
stan/math/prim/meta.hpp
>
19
20
#endif
core.hpp
core.hpp
ad_promotable.hpp
ad_promotable.hpp
meta.hpp
partials_type.hpp
is_fvar.hpp
meta.hpp
ad_promotable.hpp
partials_type.hpp
is_var.hpp
meta.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.