1 #ifndef STAN_LANG_AST_FUN_HAS_NON_PARAM_VAR_DEF_HPP 2 #define STAN_LANG_AST_FUN_HAS_NON_PARAM_VAR_DEF_HPP 5 #include <boost/variant/apply_visitor.hpp> 13 return boost::apply_visitor(vis, e.
expr_);
Probability, optimization and sampling library.
A map from function names to their base declarations and their origin.
Visitor to determine if an expression contains a variable that is not declared as a parameter...
bool has_non_param_var(const expression &e, const variable_map &var_map)
Returns true if the specified expression contains a variable that requires a Jacobian warning...