Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
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
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::has_non_param_var
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...
Definition:
has_non_param_var_def.hpp:10
[
Stan Home Page
]
© 2011–2016, Stan Development Team.