Stan  1.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
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

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