Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
rev
mat.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_REV_MAT_HPP
2
#define STAN_MATH_REV_MAT_HPP
3
4
#include <
stan/math/prim/mat/fun/Eigen.hpp
>
5
6
#include <
stan/math/rev/core.hpp
>
7
#include <
stan/math/rev/meta.hpp
>
8
9
#include <
stan/math/rev/mat/fun/Eigen_NumTraits.hpp
>
10
11
#include <
stan/math/rev/mat/vectorize/apply_scalar_unary.hpp
>
12
#include <
stan/math/prim/mat.hpp
>
13
#include <
stan/math/rev/arr.hpp
>
14
15
#include <
stan/math/rev/mat/fun/cholesky_decompose.hpp
>
16
#include <
stan/math/rev/mat/fun/columns_dot_product.hpp
>
17
#include <
stan/math/rev/mat/fun/columns_dot_self.hpp
>
18
#include <
stan/math/rev/mat/fun/cov_exp_quad.hpp
>
19
#include <
stan/math/rev/mat/fun/crossprod.hpp
>
20
#include <
stan/math/rev/mat/fun/determinant.hpp
>
21
#include <
stan/math/rev/mat/fun/divide.hpp
>
22
#include <
stan/math/rev/mat/fun/dot_product.hpp
>
23
#include <
stan/math/rev/mat/fun/dot_self.hpp
>
24
#include <
stan/math/rev/mat/fun/gp_periodic_cov.hpp
>
25
#include <
stan/math/rev/mat/fun/grad.hpp
>
26
#include <
stan/math/rev/mat/fun/initialize_variable.hpp
>
27
#include <
stan/math/rev/mat/fun/LDLT_alloc.hpp
>
28
#include <
stan/math/rev/mat/fun/LDLT_factor.hpp
>
29
#include <
stan/math/rev/mat/fun/log_determinant.hpp
>
30
#include <
stan/math/rev/mat/fun/log_determinant_ldlt.hpp
>
31
#include <
stan/math/rev/mat/fun/log_determinant_spd.hpp
>
32
#include <
stan/math/rev/mat/fun/log_softmax.hpp
>
33
#include <
stan/math/rev/mat/fun/log_sum_exp.hpp
>
34
#include <
stan/math/rev/mat/fun/matrix_exp_multiply.hpp
>
35
#include <
stan/math/rev/mat/fun/mdivide_left.hpp
>
36
#include <
stan/math/rev/mat/fun/mdivide_left_ldlt.hpp
>
37
#include <
stan/math/rev/mat/fun/mdivide_left_spd.hpp
>
38
#include <
stan/math/rev/mat/fun/mdivide_left_tri.hpp
>
39
#include <
stan/math/rev/mat/fun/multiply.hpp
>
40
#include <
stan/math/rev/mat/fun/multiply_lower_tri_self_transpose.hpp
>
41
#include <
stan/math/rev/mat/fun/ordered_constrain.hpp
>
42
#include <
stan/math/rev/mat/fun/positive_ordered_constrain.hpp
>
43
#include <
stan/math/rev/mat/fun/quad_form.hpp
>
44
#include <
stan/math/rev/mat/fun/quad_form_sym.hpp
>
45
#include <
stan/math/rev/mat/fun/rows_dot_product.hpp
>
46
#include <
stan/math/rev/mat/fun/scale_matrix_exp_multiply.hpp
>
47
#include <
stan/math/rev/mat/fun/sd.hpp
>
48
#include <
stan/math/rev/mat/fun/simplex_constrain.hpp
>
49
#include <
stan/math/rev/mat/fun/softmax.hpp
>
50
#include <
stan/math/rev/mat/fun/squared_distance.hpp
>
51
#include <
stan/math/rev/mat/fun/stan_print.hpp
>
52
#include <
stan/math/rev/mat/fun/sum.hpp
>
53
#include <
stan/math/rev/mat/fun/tcrossprod.hpp
>
54
#include <
stan/math/rev/mat/fun/to_var.hpp
>
55
#include <
stan/math/rev/mat/fun/trace_gen_inv_quad_form_ldlt.hpp
>
56
#include <
stan/math/rev/mat/fun/trace_gen_quad_form.hpp
>
57
#include <
stan/math/rev/mat/fun/trace_inv_quad_form_ldlt.hpp
>
58
#include <
stan/math/rev/mat/fun/trace_quad_form.hpp
>
59
#include <
stan/math/rev/mat/fun/typedefs.hpp
>
60
#include <
stan/math/rev/mat/fun/variance.hpp
>
61
62
#include <
stan/math/rev/mat/functor/adj_jac_apply.hpp
>
63
#include <
stan/math/rev/mat/functor/algebra_solver.hpp
>
64
#include <
stan/math/rev/mat/functor/gradient.hpp
>
65
#include <
stan/math/rev/mat/functor/jacobian.hpp
>
66
#include <
stan/math/rev/mat/functor/cvodes_utils.hpp
>
67
#include <
stan/math/rev/mat/functor/cvodes_ode_data.hpp
>
68
#include <
stan/math/rev/mat/functor/integrate_ode_adams.hpp
>
69
#include <
stan/math/rev/mat/functor/integrate_ode_bdf.hpp
>
70
#include <
stan/math/rev/mat/functor/integrate_dae.hpp
>
71
#include <
stan/math/rev/mat/functor/map_rect_concurrent.hpp
>
72
#include <
stan/math/rev/mat/functor/map_rect_reduce.hpp
>
73
74
#endif
jacobian.hpp
mdivide_left_spd.hpp
matrix_exp_multiply.hpp
core.hpp
LDLT_alloc.hpp
Eigen_NumTraits.hpp
cholesky_decompose.hpp
integrate_ode_bdf.hpp
initialize_variable.hpp
sd.hpp
to_var.hpp
grad.hpp
log_softmax.hpp
squared_distance.hpp
columns_dot_self.hpp
algebra_solver.hpp
divide.hpp
trace_quad_form.hpp
cov_exp_quad.hpp
trace_gen_quad_form.hpp
gradient.hpp
log_determinant_spd.hpp
log_determinant.hpp
variance.hpp
log_sum_exp.hpp
mdivide_left_ldlt.hpp
dot_self.hpp
softmax.hpp
cvodes_utils.hpp
sum.hpp
integrate_ode_adams.hpp
scale_matrix_exp_multiply.hpp
mdivide_left.hpp
ordered_constrain.hpp
tcrossprod.hpp
typedefs.hpp
apply_scalar_unary.hpp
mdivide_left_tri.hpp
rows_dot_product.hpp
determinant.hpp
LDLT_factor.hpp
integrate_dae.hpp
dot_product.hpp
map_rect_concurrent.hpp
Eigen.hpp
cvodes_ode_data.hpp
multiply.hpp
log_determinant_ldlt.hpp
gp_periodic_cov.hpp
positive_ordered_constrain.hpp
trace_inv_quad_form_ldlt.hpp
mat.hpp
crossprod.hpp
trace_gen_inv_quad_form_ldlt.hpp
quad_form_sym.hpp
simplex_constrain.hpp
arr.hpp
map_rect_reduce.hpp
multiply_lower_tri_self_transpose.hpp
quad_form.hpp
stan_print.hpp
columns_dot_product.hpp
adj_jac_apply.hpp
meta.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.