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 Home Page
]
© 2011–2012, Stan Development Team.