1 #ifndef STAN_LANG_AST_NODE_COV_MATRIX_VAR_DECL_DEF_HPP 2 #define STAN_LANG_AST_NODE_COV_MATRIX_VAR_DECL_DEF_HPP 14 const std::string& name,
15 const std::vector<expression>& dims,
Probability, optimization and sampling library.
AST base class for variable declarations, which share most of their structure.
cov_matrix_var_decl()
Construct a variable declaration for a covariance matrix.
const int MATRIX_T
Matrix type; scalar type is real.
expression K_
Number of rows and columns.