Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
mix
mat.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_MIX_MAT_HPP
2
#define STAN_MATH_MIX_MAT_HPP
3
4
#include <
stan/math/prim/mat/fun/Eigen.hpp
>
5
6
#include <
stan/math/mix/mat/fun/typedefs.hpp
>
7
#include <
stan/math/mix/meta.hpp
>
8
9
#include <
stan/math/rev/mat.hpp
>
10
11
#include <
stan/math/fwd/mat.hpp
>
12
13
#include <
stan/math/prim/mat.hpp
>
14
15
#include <
stan/math/mix/mat/functor/derivative.hpp
>
16
#include <
stan/math/mix/mat/functor/finite_diff_grad_hessian.hpp
>
17
#include <
stan/math/mix/mat/functor/finite_diff_grad_hessian_auto.hpp
>
18
#include <
stan/math/mix/mat/functor/grad_hessian.hpp
>
19
#include <
stan/math/mix/mat/functor/grad_tr_mat_times_hessian.hpp
>
20
#include <
stan/math/mix/mat/functor/gradient_dot_vector.hpp
>
21
#include <
stan/math/mix/mat/functor/hessian.hpp
>
22
#include <
stan/math/mix/mat/functor/hessian_times_vector.hpp
>
23
#include <
stan/math/mix/mat/functor/partial_derivative.hpp
>
24
25
#endif
hessian.hpp
meta.hpp
typedefs.hpp
derivative.hpp
finite_diff_grad_hessian_auto.hpp
grad_hessian.hpp
partial_derivative.hpp
mat.hpp
Eigen.hpp
gradient_dot_vector.hpp
mat.hpp
grad_tr_mat_times_hessian.hpp
mat.hpp
finite_diff_grad_hessian.hpp
hessian_times_vector.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.