1 #ifndef STAN_LANG_AST_NODE_ARRAY_EXPR_DEF_HPP 2 #define STAN_LANG_AST_NODE_ARRAY_EXPR_DEF_HPP std::vector< expression > args_
Sequence of expressions for array values.
Probability, optimization and sampling library.
Structure to hold an array expression.
const int DOUBLE_T
Real scalar type.
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.