swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: e67c42e32599fdd92d29f5fa9855d5bff7368632 authored by Daniel Lee on 16 October 2013, 19:55:53 UTC
Merge branch 'release/v2.0.0'
Tip revision: e67c42e
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