Stan Math Library  2.9.0
reverse mode automatic differentiation
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  class vari;
11 
13 
14  }
15 }
16 #endif
A chainable_alloc is an object which is constructed and destructed normally but the memory lifespan i...
AutodiffStackStorage< vari, chainable_alloc > ChainableStack

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