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
math
matrix.hpp
Go to the documentation of this file.
1
#ifndef STAN__MATH__MATRIX_HPP
2
#define STAN__MATH__MATRIX_HPP
3
4
#include <
stan/math/matrix/Eigen.hpp
>
5
#include <
stan/math/matrix/accumulator.hpp
>
6
#include <
stan/math/matrix/add.hpp
>
7
#include <
stan/math/matrix/append_row.hpp
>
8
#include <
stan/math/matrix/array_builder.hpp
>
9
#include <
stan/math/matrix/assign.hpp
>
10
#include <
stan/math/matrix/block.hpp
>
11
#include <
stan/math/matrix/append_col.hpp
>
12
#include <
stan/math/matrix/cholesky_decompose.hpp
>
13
#include <
stan/math/matrix/col.hpp
>
14
#include <
stan/math/matrix/cols.hpp
>
15
#include <
stan/math/matrix/columns_dot_product.hpp
>
16
#include <
stan/math/matrix/columns_dot_self.hpp
>
17
#include <
stan/math/matrix/common_type.hpp
>
18
#include <
stan/math/matrix/containers_conversion.hpp
>
19
#include <
stan/math/matrix/crossprod.hpp
>
20
#include <
stan/math/matrix/cumulative_sum.hpp
>
21
#include <
stan/math/matrix/determinant.hpp
>
22
#include <
stan/math/matrix/diag_matrix.hpp
>
23
#include <
stan/math/matrix/diag_post_multiply.hpp
>
24
#include <
stan/math/matrix/diag_pre_multiply.hpp
>
25
#include <
stan/math/matrix/diagonal.hpp
>
26
#include <
stan/math/matrix/dims.hpp
>
27
#include <
stan/math/matrix/distance.hpp
>
28
#include <
stan/math/matrix/divide.hpp
>
29
#include <
stan/math/matrix/dot_product.hpp
>
30
#include <
stan/math/matrix/dot_self.hpp
>
31
#include <
stan/math/matrix/eigenvalues_sym.hpp
>
32
#include <
stan/math/matrix/eigenvectors_sym.hpp
>
33
#include <
stan/math/matrix/elt_divide.hpp
>
34
#include <
stan/math/matrix/elt_multiply.hpp
>
35
#include <
stan/math/matrix/exp.hpp
>
36
#include <
stan/math/matrix/fill.hpp
>
37
#include <
stan/math/matrix/get_lp.hpp
>
38
#include <
stan/math/matrix/get_base1.hpp
>
39
#include <
stan/math/matrix/get_base1_lhs.hpp
>
40
#include <
stan/math/matrix/head.hpp
>
41
#include <
stan/math/matrix/initialize.hpp
>
42
#include <
stan/math/matrix/inverse.hpp
>
43
#include <
stan/math/matrix/inverse_spd.hpp
>
44
#include <
stan/math/matrix/log.hpp
>
45
#include <
stan/math/matrix/log_determinant.hpp
>
46
#include <
stan/math/matrix/log_determinant_ldlt.hpp
>
47
#include <
stan/math/matrix/log_determinant_spd.hpp
>
48
#include <
stan/math/matrix/log_softmax.hpp
>
49
#include <
stan/math/matrix/log_sum_exp.hpp
>
50
#include <
stan/math/matrix/max.hpp
>
51
#include <
stan/math/matrix/mdivide_left.hpp
>
52
#include <
stan/math/matrix/mdivide_left_ldlt.hpp
>
53
#include <
stan/math/matrix/mdivide_left_tri.hpp
>
54
#include <
stan/math/matrix/mdivide_left_tri_low.hpp
>
55
#include <
stan/math/matrix/mdivide_right.hpp
>
56
#include <
stan/math/matrix/mdivide_right_ldlt.hpp
>
57
#include <
stan/math/matrix/mdivide_right_tri.hpp
>
58
#include <
stan/math/matrix/mdivide_right_tri_low.hpp
>
59
#include <
stan/math/matrix/mean.hpp
>
60
#include <
stan/math/matrix/meta.hpp
>
61
#include <
stan/math/matrix/min.hpp
>
62
#include <
stan/math/matrix/minus.hpp
>
63
#include <
stan/math/matrix/multiply.hpp
>
64
#include <
stan/math/matrix/multiply_lower_tri_self_transpose.hpp
>
65
#include <
stan/math/matrix/num_elements.hpp
>
66
#include <
stan/math/matrix/prod.hpp
>
67
#include <
stan/math/matrix/promote_common.hpp
>
68
#include <
stan/math/matrix/promoter.hpp
>
69
#include <
stan/math/matrix/promote_scalar.hpp
>
70
#include <
stan/math/matrix/promote_scalar_type.hpp
>
71
#include <
stan/math/matrix/qr_Q.hpp
>
72
#include <
stan/math/matrix/qr_R.hpp
>
73
#include <
stan/math/matrix/quad_form.hpp
>
74
#include <
stan/math/matrix/quad_form_diag.hpp
>
75
#include <
stan/math/matrix/rank.hpp
>
76
#include <
stan/math/matrix/resize.hpp
>
77
#include <
stan/math/matrix/row.hpp
>
78
#include <
stan/math/matrix/rows.hpp
>
79
#include <
stan/math/matrix/rows_dot_product.hpp
>
80
#include <
stan/math/matrix/rows_dot_self.hpp
>
81
#include <
stan/math/matrix/sd.hpp
>
82
#include <
stan/math/matrix/segment.hpp
>
83
#include <
stan/math/matrix/singular_values.hpp
>
84
#include <
stan/math/matrix/size.hpp
>
85
#include <
stan/math/matrix/softmax.hpp
>
86
#include <
stan/math/matrix/sort.hpp
>
87
#include <
stan/math/matrix/sort_indices.hpp
>
88
#include <
stan/math/matrix/squared_distance.hpp
>
89
#include <
stan/math/matrix/stan_print.hpp
>
90
#include <
stan/math/matrix/sub_col.hpp
>
91
#include <
stan/math/matrix/sub_row.hpp
>
92
#include <
stan/math/matrix/subtract.hpp
>
93
#include <
stan/math/matrix/sum.hpp
>
94
#include <
stan/math/matrix/tail.hpp
>
95
#include <
stan/math/matrix/tcrossprod.hpp
>
96
#include <
stan/math/matrix/trace.hpp
>
97
#include <
stan/math/matrix/trace_gen_inv_quad_form_ldlt.hpp
>
98
#include <
stan/math/matrix/trace_gen_quad_form.hpp
>
99
#include <
stan/math/matrix/trace_inv_quad_form_ldlt.hpp
>
100
#include <
stan/math/matrix/trace_quad_form.hpp
>
101
#include <
stan/math/matrix/transpose.hpp
>
102
#include <
stan/math/matrix/typedefs.hpp
>
103
#include <
stan/math/matrix/variance.hpp
>
104
105
#endif
106
columns_dot_self.hpp
mdivide_left_tri_low.hpp
mdivide_left_ldlt.hpp
diagonal.hpp
cols.hpp
mdivide_right.hpp
divide.hpp
get_base1_lhs.hpp
size.hpp
num_elements.hpp
prod.hpp
typedefs.hpp
eigenvectors_sym.hpp
sd.hpp
multiply_lower_tri_self_transpose.hpp
columns_dot_product.hpp
tail.hpp
quad_form.hpp
promote_scalar_type.hpp
promote_common.hpp
trace_quad_form.hpp
elt_divide.hpp
add.hpp
segment.hpp
promoter.hpp
sort_indices.hpp
crossprod.hpp
log.hpp
diag_matrix.hpp
resize.hpp
variance.hpp
log_determinant_spd.hpp
mdivide_right_tri.hpp
sub_col.hpp
transpose.hpp
trace.hpp
dims.hpp
dot_self.hpp
mdivide_right_ldlt.hpp
containers_conversion.hpp
qr_R.hpp
cumulative_sum.hpp
initialize.hpp
promote_scalar.hpp
mdivide_left_tri.hpp
sort.hpp
get_base1.hpp
rows_dot_product.hpp
log_determinant_ldlt.hpp
trace_gen_inv_quad_form_ldlt.hpp
quad_form_diag.hpp
determinant.hpp
mean.hpp
diag_pre_multiply.hpp
log_determinant.hpp
head.hpp
fill.hpp
col.hpp
inverse.hpp
rank.hpp
softmax.hpp
Eigen.hpp
log_softmax.hpp
dot_product.hpp
minus.hpp
row.hpp
mdivide_right_tri_low.hpp
accumulator.hpp
rows_dot_self.hpp
trace_inv_quad_form_ldlt.hpp
block.hpp
get_lp.hpp
mdivide_left.hpp
common_type.hpp
min.hpp
trace_gen_quad_form.hpp
append_row.hpp
array_builder.hpp
elt_multiply.hpp
max.hpp
log_sum_exp.hpp
tcrossprod.hpp
squared_distance.hpp
diag_post_multiply.hpp
meta.hpp
assign.hpp
subtract.hpp
sum.hpp
stan_print.hpp
qr_Q.hpp
multiply.hpp
sub_row.hpp
eigenvalues_sym.hpp
distance.hpp
inverse_spd.hpp
cholesky_decompose.hpp
exp.hpp
rows.hpp
append_col.hpp
singular_values.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.