Stan Math Library
2.15.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/mix/mat/fun/typedefs.hpp
>
5
6
#include <
stan/math/rev/mat.hpp
>
7
8
#include <
stan/math/fwd/mat.hpp
>
9
10
#include <
stan/math/prim/mat.hpp
>
11
12
#include <
stan/math/mix/mat/functor/derivative.hpp
>
13
#include <
stan/math/mix/mat/functor/finite_diff_grad_hessian.hpp
>
14
#include <
stan/math/mix/mat/functor/grad_hessian.hpp
>
15
#include <
stan/math/mix/mat/functor/grad_tr_mat_times_hessian.hpp
>
16
#include <
stan/math/mix/mat/functor/gradient_dot_vector.hpp
>
17
#include <
stan/math/mix/mat/functor/hessian.hpp
>
18
#include <
stan/math/mix/mat/functor/hessian_times_vector.hpp
>
19
#include <
stan/math/mix/mat/functor/partial_derivative.hpp
>
20
21
#endif
typedefs.hpp
derivative.hpp
grad_hessian.hpp
hessian.hpp
partial_derivative.hpp
mat.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–2016, Stan Development Team.