|
| std::ostream & | stan::gm::write_base_expr_type (std::ostream &o, base_expr_type type) |
| |
| std::ostream & | stan::gm::operator<< (std::ostream &o, const expr_type &et) |
| |
| expr_type | stan::gm::promote_primitive (const expr_type &et) |
| |
| expr_type | stan::gm::promote_primitive (const expr_type &et1, const expr_type &et2) |
| |
| bool | stan::gm::is_nil (const expression &e) |
| |
| size_t | stan::gm::total_dims (const std::vector< std::vector< expression > > &dimss) |
| |
| expr_type | stan::gm::infer_type_indexing (const base_expr_type &expr_base_type, size_t num_expr_dims, size_t num_index_dims) |
| |
| expr_type | stan::gm::infer_type_indexing (const expression &expr, size_t num_index_dims) |
| |
| void | stan::gm::print_var_origin (std::ostream &o, const var_origin &vo) |
| |
| bool | stan::gm::returns_type (const expr_type &return_type, const statement &statement, std::ostream &error_msgs) |
| |
| void | stan::gm::generate_expression (const expression &e, std::ostream &o) |
| |
| bool | stan::gm::has_rng_suffix (const std::string &s) |
| |
| bool | stan::gm::has_lp_suffix (const std::string &s) |
| |
| bool | stan::gm::is_user_defined (const std::string &name, const std::vector< expression > &args) |
| |
| bool | stan::gm::is_user_defined_prob_function (const std::string &name, const expression &variate, const std::vector< expression > ¶ms) |
| |
| bool | stan::gm::is_user_defined (const fun &fx) |
| |
| bool | stan::gm::has_var (const expression &e, const variable_map &var_map) |
| |
| bool | stan::gm::has_non_param_var (const expression &e, const variable_map &var_map) |
| |
| bool | stan::gm::is_assignable (const expr_type &l_type, const expr_type &r_type, const std::string &failure_message, std::ostream &error_msgs) |
| |
| bool | stan::gm::ends_with (const std::string &suffix, const std::string &s) |
| |