Stan  2.14.0
probability, sampling & optimization
is_data_origin.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_IS_DATA_ORIGIN_HPP
2 #define STAN_LANG_AST_FUN_IS_DATA_ORIGIN_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
16  bool is_data_origin(const var_origin& vo);
17 
18  }
19 }
20 #endif
Probability, optimization and sampling library.
int var_origin
The type of a variable indicating where a variable was declared.
Definition: var_origin.hpp:12
bool is_data_origin(const var_origin &vo)
Return true if the specified variable origin is for variables declared as data or transformed data...

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