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
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
4
#include <
stan/math/rev/core/autodiffstackstorage.hpp
>
5
6
namespace
stan {
7
namespace
math {
8
9
// forward declaration of chainable
10
class
chainable;
11
class
chainable_alloc
;
12
13
typedef
AutodiffStackStorage<chainable, chainable_alloc>
ChainableStack
;
14
15
}
16
}
17
#endif
stan::math::ChainableStack
AutodiffStackStorage< chainable, chainable_alloc > ChainableStack
Definition:
chainablestack.hpp:11
stan::math::AutodiffStackStorage
Definition:
autodiffstackstorage.hpp:12
stan::math::chainable_alloc
A chainable_alloc is an object which is constructed and destructed normally but the memory lifespan i...
Definition:
chainable_alloc.hpp:17
autodiffstackstorage.hpp
[
Stan Home Page
]
© 2011–2015, Stan Development Team.