1 #ifndef STAN_LANG_AST_NODE_VARIABLE_DIMS_DEF_HPP 2 #define STAN_LANG_AST_NODE_VARIABLE_DIMS_DEF_HPP 14 const std::vector<expression>& dims)
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.