1 #ifndef STAN_LANG_AST_NODE_CORR_MATRIX_VAR_DECL_HPP 2 #define STAN_LANG_AST_NODE_CORR_MATRIX_VAR_DECL_HPP 37 const std::string& name,
38 const std::vector<expression>& dims,
expression K_
Number of rows and columns.
Probability, optimization and sampling library.
corr_matrix_var_decl()
Construct a variable declaration for a correlation matrix.
Structure to hold a correlation matrix variable declaration.
AST base class for variable declarations, which share most of their structure.