Stan  2.14.0
probability, sampling & optimization
has_var.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_HAS_VAR_HPP
2 #define STAN_LANG_AST_FUN_HAS_VAR_HPP
3 
4 namespace stan {
5  namespace lang {
6 
7  struct expression;
8  struct variable_map;
9 
25  bool has_var(const expression& e, const variable_map& var_map);
26 
27  }
28 }
29 #endif
Probability, optimization and sampling library.
bool has_var(const expression &e, const variable_map &var_map)
Returns true if the specified expression contains a variable that is defined as a parameter...
Definition: has_var_def.hpp:10

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