Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
chainablestack.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_REV_CORE_CHAINABLESTACK_HPP
2 #define STAN_MATH_REV_CORE_CHAINABLESTACK_HPP
3 
5 
6 namespace stan {
7  namespace math {
8 
9  // forward declaration of chainable
10  class chainable;
12 
14 
15  }
16 }
17 #endif
AutodiffStackStorage< chainable, chainable_alloc > ChainableStack
A chainable_alloc is an object which is constructed and destructed normally but the memory lifespan i...

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