Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
agrad
rev
matrix.hpp
Go to the documentation of this file.
1
#ifndef STAN__AGRAD__REV__MATRIX_HPP
2
#define STAN__AGRAD__REV__MATRIX_HPP
3
4
#include <
stan/agrad/rev/matrix/Eigen_NumTraits.hpp
>
5
#include <
stan/agrad/rev/matrix/LDLT_alloc.hpp
>
6
#include <
stan/agrad/rev/matrix/LDLT_factor.hpp
>
7
#include <
stan/agrad/rev/matrix/crossprod.hpp
>
8
#include <
stan/agrad/rev/matrix/determinant.hpp
>
9
#include <
stan/agrad/rev/matrix/divide.hpp
>
10
#include <
stan/agrad/rev/matrix/dot_product.hpp
>
11
#include <
stan/agrad/rev/matrix/dot_self.hpp
>
12
#include <
stan/agrad/rev/matrix/grad.hpp
>
13
#include <
stan/agrad/rev/matrix/initialize_variable.hpp
>
14
#include <
stan/agrad/rev/matrix/log_determinant.hpp
>
15
#include <
stan/agrad/rev/matrix/log_determinant_ldlt.hpp
>
16
#include <
stan/agrad/rev/matrix/log_determinant_spd.hpp
>
17
#include <
stan/agrad/rev/matrix/log_softmax.hpp
>
18
#include <
stan/agrad/rev/matrix/log_sum_exp.hpp
>
19
#include <
stan/agrad/rev/matrix/mdivide_left.hpp
>
20
#include <
stan/agrad/rev/matrix/mdivide_left_ldlt.hpp
>
21
#include <
stan/agrad/rev/matrix/mdivide_left_spd.hpp
>
22
#include <
stan/agrad/rev/matrix/mdivide_left_tri.hpp
>
23
#include <
stan/agrad/rev/matrix/multiply.hpp
>
24
#include <
stan/agrad/rev/matrix/multiply_lower_tri_self_transpose.hpp
>
25
#include <
stan/agrad/rev/matrix/quad_form.hpp
>
26
#include <
stan/agrad/rev/matrix/sd.hpp
>
27
#include <
stan/agrad/rev/matrix/softmax.hpp
>
28
#include <
stan/agrad/rev/matrix/sort.hpp
>
29
#include <
stan/agrad/rev/matrix/squared_distance.hpp
>
30
#include <
stan/agrad/rev/matrix/stan_print.hpp
>
31
#include <
stan/agrad/rev/matrix/stored_gradient_vari.hpp
>
32
#include <
stan/agrad/rev/matrix/sum.hpp
>
33
#include <
stan/agrad/rev/matrix/tcrossprod.hpp
>
34
#include <
stan/agrad/rev/matrix/to_var.hpp
>
35
#include <
stan/agrad/rev/matrix/trace_gen_inv_quad_form_ldlt.hpp
>
36
#include <
stan/agrad/rev/matrix/trace_gen_quad_form.hpp
>
37
#include <
stan/agrad/rev/matrix/trace_inv_quad_form_ldlt.hpp
>
38
#include <
stan/agrad/rev/matrix/trace_quad_form.hpp
>
39
#include <
stan/agrad/rev/matrix/typedefs.hpp
>
40
#include <
stan/agrad/rev/matrix/value_of.hpp
>
41
#include <
stan/agrad/rev/matrix/variance.hpp
>
42
43
#endif
log_determinant_ldlt.hpp
determinant.hpp
LDLT_alloc.hpp
quad_form.hpp
log_softmax.hpp
softmax.hpp
typedefs.hpp
crossprod.hpp
Eigen_NumTraits.hpp
log_determinant.hpp
grad.hpp
initialize_variable.hpp
log_determinant_spd.hpp
log_sum_exp.hpp
sort.hpp
sd.hpp
dot_self.hpp
variance.hpp
mdivide_left_ldlt.hpp
to_var.hpp
sum.hpp
dot_product.hpp
squared_distance.hpp
value_of.hpp
trace_gen_inv_quad_form_ldlt.hpp
multiply_lower_tri_self_transpose.hpp
mdivide_left_spd.hpp
trace_inv_quad_form_ldlt.hpp
stored_gradient_vari.hpp
multiply.hpp
divide.hpp
trace_quad_form.hpp
tcrossprod.hpp
stan_print.hpp
mdivide_left_tri.hpp
trace_gen_quad_form.hpp
mdivide_left.hpp
LDLT_factor.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.