Stan Math Library
2.11.0
reverse mode automatic differentiation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
stan
math
fwd
mat.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_FWD_MAT_HPP
2
#define STAN_MATH_FWD_MAT_HPP
3
4
#include <
stan/math/fwd/core.hpp
>
5
#include <
stan/math/fwd/scal/meta/is_fvar.hpp
>
6
#include <
stan/math/fwd/scal/meta/partials_type.hpp
>
7
8
#include <
stan/math/fwd/mat/vectorize/apply_scalar_unary.hpp
>
9
#include <
stan/math/prim/mat.hpp
>
10
#include <
stan/math/fwd/arr.hpp
>
11
12
#include <
stan/math/fwd/mat/fun/Eigen_NumTraits.hpp
>
13
#include <
stan/math/fwd/mat/fun/columns_dot_product.hpp
>
14
#include <
stan/math/fwd/mat/fun/columns_dot_self.hpp
>
15
#include <
stan/math/fwd/mat/fun/crossprod.hpp
>
16
#include <
stan/math/fwd/mat/fun/determinant.hpp
>
17
#include <
stan/math/fwd/mat/fun/divide.hpp
>
18
#include <
stan/math/fwd/mat/fun/dot_product.hpp
>
19
#include <
stan/math/fwd/mat/fun/dot_self.hpp
>
20
#include <
stan/math/fwd/mat/fun/inverse.hpp
>
21
#include <
stan/math/fwd/mat/fun/log_determinant.hpp
>
22
#include <
stan/math/fwd/mat/fun/log_softmax.hpp
>
23
#include <
stan/math/fwd/mat/fun/log_sum_exp.hpp
>
24
#include <
stan/math/fwd/mat/fun/mdivide_left.hpp
>
25
#include <
stan/math/fwd/mat/fun/mdivide_left_ldlt.hpp
>
26
#include <
stan/math/fwd/mat/fun/mdivide_left_tri_low.hpp
>
27
#include <
stan/math/fwd/mat/fun/mdivide_right.hpp
>
28
#include <
stan/math/fwd/mat/fun/mdivide_right_tri_low.hpp
>
29
#include <
stan/math/fwd/mat/fun/multiply.hpp
>
30
#include <
stan/math/fwd/mat/fun/multiply_lower_tri_self_transpose.hpp
>
31
#include <
stan/math/fwd/mat/fun/qr_Q.hpp
>
32
#include <
stan/math/fwd/mat/fun/qr_R.hpp
>
33
#include <
stan/math/fwd/mat/fun/quad_form_sym.hpp
>
34
#include <
stan/math/fwd/mat/fun/rows_dot_product.hpp
>
35
#include <
stan/math/fwd/mat/fun/rows_dot_self.hpp
>
36
#include <
stan/math/fwd/mat/fun/softmax.hpp
>
37
#include <
stan/math/fwd/mat/fun/sort_asc.hpp
>
38
#include <
stan/math/fwd/mat/fun/sort_desc.hpp
>
39
#include <
stan/math/fwd/mat/fun/squared_distance.hpp
>
40
#include <
stan/math/fwd/mat/fun/sum.hpp
>
41
#include <
stan/math/fwd/mat/fun/tcrossprod.hpp
>
42
#include <
stan/math/fwd/mat/fun/to_fvar.hpp
>
43
#include <
stan/math/fwd/mat/fun/trace_gen_quad_form.hpp
>
44
#include <
stan/math/fwd/mat/fun/trace_quad_form.hpp
>
45
#include <
stan/math/fwd/mat/fun/typedefs.hpp
>
46
#include <
stan/math/fwd/mat/fun/unit_vector_constrain.hpp
>
47
48
#include <
stan/math/fwd/mat/functor/gradient.hpp
>
49
#include <
stan/math/fwd/mat/functor/jacobian.hpp
>
50
51
#endif
mdivide_left_ldlt.hpp
log_sum_exp.hpp
typedefs.hpp
mdivide_right_tri_low.hpp
tcrossprod.hpp
core.hpp
jacobian.hpp
crossprod.hpp
sort_asc.hpp
softmax.hpp
columns_dot_product.hpp
mdivide_left.hpp
trace_gen_quad_form.hpp
arr.hpp
sum.hpp
multiply.hpp
Eigen_NumTraits.hpp
quad_form_sym.hpp
sort_desc.hpp
determinant.hpp
is_fvar.hpp
rows_dot_self.hpp
apply_scalar_unary.hpp
rows_dot_product.hpp
dot_self.hpp
log_determinant.hpp
unit_vector_constrain.hpp
mdivide_left_tri_low.hpp
dot_product.hpp
inverse.hpp
columns_dot_self.hpp
mat.hpp
partials_type.hpp
gradient.hpp
mdivide_right.hpp
squared_distance.hpp
qr_R.hpp
log_softmax.hpp
qr_Q.hpp
divide.hpp
to_fvar.hpp
multiply_lower_tri_self_transpose.hpp
trace_quad_form.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.