1 #ifndef STAN_LANG_AST_NODE_DOUBLE_VAR_DECL_HPP 2 #define STAN_LANG_AST_NODE_DOUBLE_VAR_DECL_HPP 38 const std::string& name,
39 const std::vector<expression>& dims,
Probability, optimization and sampling library.
double_var_decl()
Construct a real variable declaration with default values.
AST structure for a range object with a low and high value.
range range_
Range constraint on values with optional lower and upper bounds.
AST base class for variable declarations, which share most of their structure.
An integer variable declaration and optional definition.