Stan Math Library
2.8.0
reverse mode automatic differentiation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
Groups
stan
math
rev
core.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_REV_CORE_HPP
2
#define STAN_MATH_REV_CORE_HPP
3
4
#include <
stan/math/rev/core/autodiffstackstorage.hpp
>
5
#include <
stan/math/rev/core/chainable.hpp
>
6
#include <
stan/math/rev/core/chainable_alloc.hpp
>
7
#include <
stan/math/rev/core/chainablestack.hpp
>
8
#include <
stan/math/rev/core/ddv_vari.hpp
>
9
#include <
stan/math/rev/core/dv_vari.hpp
>
10
#include <
stan/math/rev/core/dvd_vari.hpp
>
11
#include <
stan/math/rev/core/dvv_vari.hpp
>
12
#include <
stan/math/rev/core/empty_nested.hpp
>
13
#include <
stan/math/rev/core/gevv_vvv_vari.hpp
>
14
#include <
stan/math/rev/core/grad.hpp
>
15
#include <
stan/math/rev/core/matrix_vari.hpp
>
16
#include <
stan/math/rev/core/nested_size.hpp
>
17
#include <
stan/math/rev/core/operator_addition.hpp
>
18
#include <
stan/math/rev/core/operator_divide_equal.hpp
>
19
#include <
stan/math/rev/core/operator_division.hpp
>
20
#include <
stan/math/rev/core/operator_equal.hpp
>
21
#include <
stan/math/rev/core/operator_greater_than.hpp
>
22
#include <
stan/math/rev/core/operator_greater_than_or_equal.hpp
>
23
#include <
stan/math/rev/core/operator_less_than.hpp
>
24
#include <
stan/math/rev/core/operator_less_than_or_equal.hpp
>
25
#include <
stan/math/rev/core/operator_minus_equal.hpp
>
26
#include <
stan/math/rev/core/operator_multiplication.hpp
>
27
#include <
stan/math/rev/core/operator_multiply_equal.hpp
>
28
#include <
stan/math/rev/core/operator_not_equal.hpp
>
29
#include <
stan/math/rev/core/operator_plus_equal.hpp
>
30
#include <
stan/math/rev/core/operator_subtraction.hpp
>
31
#include <
stan/math/rev/core/operator_unary_decrement.hpp
>
32
#include <
stan/math/rev/core/operator_unary_increment.hpp
>
33
#include <
stan/math/rev/core/operator_unary_negative.hpp
>
34
#include <
stan/math/rev/core/operator_unary_not.hpp
>
35
#include <
stan/math/rev/core/operator_unary_plus.hpp
>
36
#include <
stan/math/rev/core/precomp_v_vari.hpp
>
37
#include <
stan/math/rev/core/precomp_vv_vari.hpp
>
38
#include <
stan/math/rev/core/precomp_vvv_vari.hpp
>
39
#include <
stan/math/rev/core/precomputed_gradients.hpp
>
40
#include <
stan/math/rev/core/print_stack.hpp
>
41
#include <
stan/math/rev/core/recover_memory.hpp
>
42
#include <
stan/math/rev/core/recover_memory_nested.hpp
>
43
#include <
stan/math/rev/core/set_zero_all_adjoints.hpp
>
44
#include <
stan/math/rev/core/start_nested.hpp
>
45
#include <
stan/math/rev/core/std_isinf.hpp
>
46
#include <
stan/math/rev/core/std_isnan.hpp
>
47
#include <
stan/math/rev/core/std_numeric_limits.hpp
>
48
#include <
stan/math/rev/core/stored_gradient_vari.hpp
>
49
#include <
stan/math/rev/core/v_vari.hpp
>
50
#include <
stan/math/rev/core/var.hpp
>
51
#include <
stan/math/rev/core/vari.hpp
>
52
#include <
stan/math/rev/core/vd_vari.hpp
>
53
#include <
stan/math/rev/core/vdd_vari.hpp
>
54
#include <
stan/math/rev/core/vdv_vari.hpp
>
55
#include <
stan/math/rev/core/vector_vari.hpp
>
56
#include <
stan/math/rev/core/vv_vari.hpp
>
57
#include <
stan/math/rev/core/vvd_vari.hpp
>
58
#include <
stan/math/rev/core/vvv_vari.hpp
>
59
60
#endif
vvd_vari.hpp
precomp_vv_vari.hpp
std_isnan.hpp
precomp_v_vari.hpp
dv_vari.hpp
std_isinf.hpp
vari.hpp
dvd_vari.hpp
recover_memory.hpp
std_numeric_limits.hpp
operator_greater_than_or_equal.hpp
operator_greater_than.hpp
operator_divide_equal.hpp
operator_unary_increment.hpp
chainable.hpp
operator_less_than_or_equal.hpp
operator_unary_decrement.hpp
matrix_vari.hpp
vdd_vari.hpp
operator_subtraction.hpp
grad.hpp
nested_size.hpp
vd_vari.hpp
empty_nested.hpp
recover_memory_nested.hpp
operator_not_equal.hpp
operator_minus_equal.hpp
print_stack.hpp
vector_vari.hpp
precomp_vvv_vari.hpp
v_vari.hpp
gevv_vvv_vari.hpp
operator_division.hpp
vvv_vari.hpp
stored_gradient_vari.hpp
operator_unary_not.hpp
chainable_alloc.hpp
operator_multiplication.hpp
var.hpp
operator_less_than.hpp
dvv_vari.hpp
precomputed_gradients.hpp
start_nested.hpp
operator_unary_plus.hpp
vdv_vari.hpp
vv_vari.hpp
operator_plus_equal.hpp
operator_equal.hpp
chainablestack.hpp
ddv_vari.hpp
operator_unary_negative.hpp
operator_addition.hpp
set_zero_all_adjoints.hpp
autodiffstackstorage.hpp
operator_multiply_equal.hpp
[
Stan Home Page
]
© 2011–2015, Stan Development Team.