![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/lang/ast.hpp>
#include <stan/lang/generator.hpp>
#include <stan/lang/parser.hpp>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::lang | |
Functions | |
bool | stan::lang::compile (std::ostream *msgs, std::istream &stan_lang_in, std::ostream &cpp_out, const std::string &model_name) |
Read a Stan model specification from the specified input, parse it, and write the C++ code for it to the specified output. More... | |