Stan Math Library
2.10.0
reverse mode automatic differentiation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
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/rev/core.hpp
>
5
#include <
stan/math/rev/scal/meta/is_var.hpp
>
6
#include <
stan/math/rev/scal/meta/partials_type.hpp
>
7
8
#include <
stan/math/prim/mat.hpp
>
9
#include <
stan/math/rev/arr.hpp
>
10
11
#include <
stan/math/rev/mat/fun/cholesky_decompose.hpp
>
12
#include <
stan/math/rev/mat/fun/columns_dot_product.hpp
>
13
#include <
stan/math/rev/mat/fun/columns_dot_self.hpp
>
14
#include <
stan/math/rev/mat/fun/crossprod.hpp
>
15
#include <
stan/math/rev/mat/fun/determinant.hpp
>
16
#include <
stan/math/rev/mat/fun/divide.hpp
>
17
#include <
stan/math/rev/mat/fun/dot_product.hpp
>
18
#include <
stan/math/rev/mat/fun/dot_self.hpp
>
19
#include <
stan/math/rev/mat/fun/Eigen_NumTraits.hpp
>
20
#include <
stan/math/rev/mat/fun/grad.hpp
>
21
#include <
stan/math/rev/mat/fun/initialize_variable.hpp
>
22
#include <
stan/math/rev/mat/fun/LDLT_alloc.hpp
>
23
#include <
stan/math/rev/mat/fun/LDLT_factor.hpp
>
24
#include <
stan/math/rev/mat/fun/log_determinant.hpp
>
25
#include <
stan/math/rev/mat/fun/log_determinant_ldlt.hpp
>
26
#include <
stan/math/rev/mat/fun/log_determinant_spd.hpp
>
27
#include <
stan/math/rev/mat/fun/log_softmax.hpp
>
28
#include <
stan/math/rev/mat/fun/log_sum_exp.hpp
>
29
#include <
stan/math/rev/mat/fun/mdivide_left.hpp
>
30
#include <
stan/math/rev/mat/fun/mdivide_left_ldlt.hpp
>
31
#include <
stan/math/rev/mat/fun/mdivide_left_spd.hpp
>
32
#include <
stan/math/rev/mat/fun/mdivide_left_tri.hpp
>
33
#include <
stan/math/rev/mat/fun/multiply.hpp
>
34
#include <
stan/math/rev/mat/fun/multiply_lower_tri_self_transpose.hpp
>
35
#include <
stan/math/rev/mat/fun/quad_form.hpp
>
36
#include <
stan/math/rev/mat/fun/quad_form_sym.hpp
>
37
#include <
stan/math/rev/mat/fun/rows_dot_product.hpp
>
38
#include <
stan/math/rev/mat/fun/sd.hpp
>
39
#include <
stan/math/rev/mat/fun/softmax.hpp
>
40
#include <
stan/math/rev/mat/fun/sort_asc.hpp
>
41
#include <
stan/math/rev/mat/fun/sort_desc.hpp
>
42
#include <
stan/math/rev/mat/fun/squared_distance.hpp
>
43
#include <
stan/math/rev/mat/fun/stan_print.hpp
>
44
#include <
stan/math/rev/mat/fun/sum.hpp
>
45
#include <
stan/math/rev/mat/fun/tcrossprod.hpp
>
46
#include <
stan/math/rev/mat/fun/to_var.hpp
>
47
#include <
stan/math/rev/mat/fun/trace_gen_inv_quad_form_ldlt.hpp
>
48
#include <
stan/math/rev/mat/fun/trace_gen_quad_form.hpp
>
49
#include <
stan/math/rev/mat/fun/trace_inv_quad_form_ldlt.hpp
>
50
#include <
stan/math/rev/mat/fun/trace_quad_form.hpp
>
51
#include <
stan/math/rev/mat/fun/typedefs.hpp
>
52
#include <
stan/math/rev/mat/fun/variance.hpp
>
53
#include <
stan/math/rev/mat/functor/gradient.hpp
>
54
#include <
stan/math/rev/mat/functor/jacobian.hpp
>
55
#include <
stan/math/rev/mat/functor/ode_system.hpp
>
56
#include <
stan/math/rev/mat/functor/cvodes_utils.hpp
>
57
#include <
stan/math/rev/mat/functor/cvodes_ode_data.hpp
>
58
#include <
stan/math/rev/mat/functor/integrate_ode_bdf.hpp
>
59
60
#endif
jacobian.hpp
mdivide_left_spd.hpp
core.hpp
LDLT_alloc.hpp
Eigen_NumTraits.hpp
cholesky_decompose.hpp
integrate_ode_bdf.hpp
ode_system.hpp
initialize_variable.hpp
sd.hpp
to_var.hpp
grad.hpp
log_softmax.hpp
squared_distance.hpp
sort_desc.hpp
columns_dot_self.hpp
divide.hpp
trace_quad_form.hpp
partials_type.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
mdivide_left.hpp
tcrossprod.hpp
typedefs.hpp
mdivide_left_tri.hpp
rows_dot_product.hpp
determinant.hpp
LDLT_factor.hpp
dot_product.hpp
cvodes_ode_data.hpp
multiply.hpp
log_determinant_ldlt.hpp
trace_inv_quad_form_ldlt.hpp
mat.hpp
crossprod.hpp
trace_gen_inv_quad_form_ldlt.hpp
is_var.hpp
sort_asc.hpp
quad_form_sym.hpp
arr.hpp
multiply_lower_tri_self_transpose.hpp
quad_form.hpp
stan_print.hpp
columns_dot_product.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.