Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Variables
var_stack.cpp File Reference
#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_
 

Macro Definition Documentation

#define __STAN__AGRAD__REV__VAR_STACK_CPP__

Definition at line 2 of file var_stack.cpp.


     [ Stan Home Page ] © 2011–2014, Stan Development Team.