1 #ifndef STAN_LANG_AST_NODE_MATRIX_VAR_DECL_DEF_HPP 2 #define STAN_LANG_AST_NODE_MATRIX_VAR_DECL_DEF_HPP 15 const std::string& name,
16 const std::vector<expression>& dims,
Probability, optimization and sampling library.
AST structure for a range object with a low and high value.
range range_
Optional lower and upper bound constraints.
expression N_
Number of columns.
AST base class for variable declarations, which share most of their structure.
matrix_var_decl()
Construct a matrix variable declaration with default values.
expression M_
Number of rows.
const int MATRIX_T
Matrix type; scalar type is real.