1 #ifndef STAN_LANG_AST_NODE_VARIABLE_DIMS_HPP 2 #define STAN_LANG_AST_NODE_VARIABLE_DIMS_HPP 39 const std::vector<expression>& dims);
Structure for holding a variable with its dimension declarations.
Probability, optimization and sampling library.
std::vector< expression > dims_
Sequence of expressions for dimensions.
std::string name_
Name of the variable.
variable_dims()
Construct a default object.