1 #ifndef STAN_MODEL_MODEL_FUNCTIONAL_HPP 2 #define STAN_MODEL_MODEL_FUNCTIONAL_HPP 20 T
operator()(Eigen::Matrix<T, Eigen::Dynamic, 1>& x)
const {
21 return model.template log_prob<true, true, T>(x,
o);
T operator()(Eigen::Matrix< T, Eigen::Dynamic, 1 > &x) const
Probability, optimization and sampling library.
model_functional(const M &m, std::ostream *out)