Stan  2.14.0
probability, sampling & optimization
has_non_param_var.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_HAS_NON_PARAM_VAR_HPP
2 #define STAN_LANG_AST_FUN_HAS_NON_PARAM_VAR_HPP
3 
4 namespace stan {
5  namespace lang {
6 
7  struct expression;
8  struct variable_map;
9 
27  bool has_non_param_var(const expression& e, const variable_map& var_map);
28 
29  }
30 }
31 #endif
Probability, optimization and sampling library.
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...

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