1 #ifndef STAN_LANG_AST_NODE_INDEX_OP_HPP 2 #define STAN_LANG_AST_NODE_INDEX_OP_HPP 23 std::vector<std::vector<expression> >
dimss_;
43 const std::vector<std::vector<expression> >& dimss);
expr_type type_
Type of indexed expression.
Probability, optimization and sampling library.
Structure for an indexed expression.
expression expr_
Expression being indexed.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
index_op()
Construct a default indexed expression.
std::vector< std::vector< expression > > dimss_
Sequence of sequences of indexes.