Stan
1.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
Pages
src
stan
agrad
agrad.cpp
Go to the documentation of this file.
1
#ifndef __STAN__AGRAD__AGRAD_CPP__
2
#define __STAN__AGRAD__AGRAD_CPP__
3
4
#include "
stan/agrad/agrad.hpp
"
5
6
namespace
stan {
7
8
namespace
agrad {
9
10
std::vector<chainable*>
var_stack_
;
11
memory::stack_alloc
memalloc_
;
12
13
}
14
15
}
16
17
#endif
stan::agrad::memalloc_
memory::stack_alloc memalloc_
Definition:
agrad.cpp:11
stan::memory::stack_alloc
An instance of this class provides a memory pool through which blocks of raw memory may be allocated ...
Definition:
stack_alloc.hpp:79
stan::agrad::var_stack_
std::vector< chainable * > var_stack_
Definition:
agrad.cpp:10
agrad.hpp
[
Stan Home Page
]
© 2011–2012, Stan Development Team.