swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: 5250745e61c931893c6afeba407ab2a92a5f5c10 authored by Daniel Lee on 05 February 2015, 17:34:34 UTC
Merge pull request #1273 from stan-dev/release/v2.6.0
Tip revision: 5250745
stan.hpp
#ifndef STAN_HPP
#define STAN_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