1 #ifndef STAN_LANG_AST_NODE_ARRAY_EXPR_HPP 2 #define STAN_LANG_AST_NODE_ARRAY_EXPR_HPP 53 array_expr(
const std::vector<expression>& args);
std::vector< expression > args_
Sequence of expressions for array values.
Probability, optimization and sampling library.
Structure to hold an array expression.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
var_origin var_origin_
Origin of this array expression.
bool has_var_
True if there is a variable within any of the expressions that is a parameter, transformed parameter...
int var_origin
The type of a variable indicating where a variable was declared.
array_expr()
Construct a default array expression.
expr_type type_
Type of array.
array_expr & operator=(const array_expr &al)
Assign specified array expression to this array expression.