Stan  1.0
probability, sampling & optimization
stanc_model.hpp
Go to the documentation of this file.
1 #ifndef STAN__MODEL__STANC_MODEL_HPP__
2 #define STAN__MODEL__STANC_MODEL_HPP__
3 
5 
6 namespace stan {
7 
8  namespace model {
9 
14  class stanc_model : public prob_grad_ad {
15 
22  stanc_model(size_t num_params)
23  : prob_grad_ad(num_params) {
24  }
25 
26  };
27 
28  }
29 }
30 
31 #endif
prob_grad_ad(size_t num_params_r)
The abstract base class for models generated by the Stan compiler stanc.
Definition: stanc_model.hpp:14
Probability, optimization and sampling library.
Definition: agrad.cpp:6

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