Stan  2.14.0
probability, sampling & optimization
cholesky_corr_var_decl.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_CHOLESKY_CORR_VAR_DECL_HPP
2 #define STAN_LANG_AST_NODE_CHOLESKY_CORR_VAR_DECL_HPP
3 
6 #include <string>
7 #include <vector>
8 
9 namespace stan {
10  namespace lang {
11 
21 
27 
39  const std::string& name,
40  const std::vector<expression>& dims,
41  const expression& def);
42  };
43  }
44 }
45 #endif
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.
Structure to hold a Cholesky factor for a correlation matrix variable declaration.
AST base class for variable declarations, which share most of their structure.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.