Stan  2.14.0
probability, sampling & optimization
generate_expression.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_GENERATE_EXPRESSION_HPP
2 #define STAN_LANG_AST_FUN_GENERATE_EXPRESSION_HPP
3 
4 #include <ostream>
5 
6 namespace stan {
7  namespace lang {
8 
9  struct expression;
10 
19  void generate_expression(const expression& e, std::ostream& o);
20 
32  void generate_expression(const expression& e, bool user_facing,
33  std::ostream& o);
34  }
35 }
36 #endif
Probability, optimization and sampling library.
void generate_expression(const expression &e, std::ostream &o)
Write the code generated by the specified expression to the specified output stream.
Definition: generator.hpp:515

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