Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
compiler.hpp File Reference
#include <stan/gm/ast.hpp>
#include <stan/gm/generator.hpp>
#include <stan/gm/parser.hpp>
#include <iostream>
#include <string>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::gm
 Directed graphical model compiler.
 

Functions

bool stan::gm::compile (std::ostream *msgs, std::istream &stan_gm_in, std::ostream &cpp_out, const std::string &model_name, const std::string &in_file_name="input")
 Read a Stan model specification from the specified input, parse it, and write the C++ code for it to the specified output. More...
 

     [ Stan Home Page ] © 2011–2014, Stan Development Team.