![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/agrad/rev/var_stack.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Macros | |
| #define | __STAN__AGRAD__REV__VAR_STACK_CPP__ |
Variables | |
| std::vector< chainable * > | stan::agrad::var_stack_ |
| std::vector< chainable * > | stan::agrad::var_nochain_stack_ |
| std::vector< chainable_alloc * > | stan::agrad::var_alloc_stack_ |
| memory::stack_alloc | stan::agrad::memalloc_ |
| std::vector< size_t > | stan::agrad::nested_var_stack_sizes_ |
| std::vector< size_t > | stan::agrad::nested_var_nochain_stack_sizes_ |
| std::vector< size_t > | stan::agrad::nested_var_alloc_stack_starts_ |
| #define __STAN__AGRAD__REV__VAR_STACK_CPP__ |
Definition at line 2 of file var_stack.cpp.