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