swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: fad1ae230db500dc214bf070357ce838225a9ea5 authored by Daniel Lee on 23 December 2013, 20:51:25 UTC
Merge pull request #461 from stan-dev/release/v2.1.0
Tip revision: fad1ae2
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