1 #ifndef STAN_LANG_AST_FUN_VAR_DECL_DIMS_VIS_DEF_HPP 2 #define STAN_LANG_AST_FUN_VAR_DECL_DIMS_VIS_DEF_HPP 14 return std::vector<expression>();
An integer variable declaration and optional definition.
Structure to hold the declaration of a positive ordered vector.
Structure to hold a row vector variable declaration.
std::vector< expression > operator()(const nil &x) const
Return the sequence of dimension size expressions for the specified variable declaration (here...
std::vector< expression > dims_
Dimension sizes for variable.
Probability, optimization and sampling library.
Structure to hold a covariance matrix variable declaration.
Structure to hold the declaration of a simplex.
Structure to hold a Cholesky factor for a correlation matrix variable declaration.
Structure to hold the declaration of a unit vector.
Structure to hold a matrix variable declaration.
Structure to hold a Cholesky factor variable declaration.
Structure to hold a column vector variable declaration.
Structure to hold a correlation matrix variable declaration.
An integer variable declaration and optional definition.
var_decl_dims_vis()
Construt a dimensions visitor for variable declarations.
Structure to hold the declaration of an ordered vector.
The nil structure used as a placeholder for undefined or empty values in several structures.