Stan
1.0
probability, sampling & optimization
src
stan
model
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
4
#include <
stan/model/prob_grad_ad.hpp
>
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
stan::model::prob_grad_ad
Definition:
prob_grad_ad.hpp:15
stan::model::prob_grad_ad::prob_grad_ad
prob_grad_ad(size_t num_params_r)
Definition:
prob_grad_ad.hpp:18
stan::model::stanc_model
The abstract base class for models generated by the Stan compiler stanc.
Definition:
stanc_model.hpp:14
stan
Probability, optimization and sampling library.
Definition:
agrad.cpp:6
prob_grad_ad.hpp
[
Stan Home Page
]
© 2011–2012, Stan Development Team.