Stan  2.14.0
probability, sampling & optimization
cholesky_factor_var_decl.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_CHOLESKY_FACTOR_VAR_DECL_HPP
2 #define STAN_LANG_AST_NODE_CHOLESKY_FACTOR_VAR_DECL_HPP
3 
6 #include <string>
7 #include <vector>
8 
9 namespace stan {
10  namespace lang {
11 
20 
25 
31 
44  const expression& N,
45  const std::string& name,
46  const std::vector<expression>& dims,
47  const expression& def);
48  };
49  }
50 }
51 #endif
Probability, optimization and sampling library.
Structure to hold a Cholesky factor variable declaration.
AST base class for variable declarations, which share most of their structure.
cholesky_factor_var_decl()
Construct a Cholesky factor variable declaration with default values.

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