1 #ifndef STAN_LANG_AST_NODE_ROW_VECTOR_VAR_DECL_HPP 2 #define STAN_LANG_AST_NODE_ROW_VECTOR_VAR_DECL_HPP 47 const std::string& name,
48 const std::vector<expression>& dims,
Structure to hold a row vector variable declaration.
Probability, optimization and sampling library.
row_vector_var_decl()
Construct a row vector variable declaration with default values.
expression N_
Number of columns in the row vector (its size).
AST structure for a range object with a low and high value.
AST base class for variable declarations, which share most of their structure.
range range_
Option lower and upper bounds for values in the vector.