swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: f57455593d1419ac8c73c17690de22d32f6689cd authored by Daniel Lee on 12 April 2013, 20:06:59 UTC
updating release date for rstan
Tip revision: f574555
stan.hpp
#ifndef STAN_HPP
#define STAN_HPP

// #include "stan/gm.hpp"
#include "stan/io.hpp"
#include "stan/memory.hpp"
#include "stan/mcmc.hpp"
#include "stan/meta.hpp"
#include "stan/model.hpp"
#include "stan/prob.hpp"
#include "stan/version.hpp"

#endif
back to top