Stan  1.0
probability, sampling & optimization
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_;
12 
13  }
14 
15 }
16 
17 #endif
An instance of this class provides a memory pool through which blocks of raw memory may be allocated ...
Definition: stack_alloc.hpp:79
std::vector< chainable * > var_stack_
Definition: agrad.cpp:10
memory::stack_alloc memalloc_
Definition: agrad.cpp:11
Probability, optimization and sampling library.
Definition: agrad.cpp:6

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