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