![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <ostream>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::lang | |
Functions | |
void | stan::lang::generate_expression (const expression &e, std::ostream &o) |
Write the code generated by the specified expression to the specified output stream. More... | |
void | stan::lang::generate_expression (const expression &e, bool user_facing, std::ostream &o) |
Write the code generated by the specified expression to the specified output stream, putting it in a user-readable format if the user-facing flag is true. More... | |