![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| cholesky_factor_var_decl () | |
| cholesky_factor_var_decl (expression const &M, expression const &N, std::string const &name, std::vector< expression > const &dims) | |
Public Member Functions inherited from stan::gm::base_var_decl | |
| base_var_decl () | |
| base_var_decl (const base_expr_type &base_type) | |
| base_var_decl (const std::string &name, const std::vector< expression > &dims, const base_expr_type &base_type) | |
Public Attributes | |
| expression | M_ |
| expression | N_ |
Public Attributes inherited from stan::gm::base_var_decl | |
| std::string | name_ |
| std::vector< expression > | dims_ |
| base_expr_type | base_type_ |
| stan::gm::cholesky_factor_var_decl::cholesky_factor_var_decl | ( | ) |
Definition at line 1118 of file ast_def.cpp.
| stan::gm::cholesky_factor_var_decl::cholesky_factor_var_decl | ( | expression const & | M, |
| expression const & | N, | ||
| std::string const & | name, | ||
| std::vector< expression > const & | dims | ||
| ) |
Definition at line 1121 of file ast_def.cpp.
| expression stan::gm::cholesky_factor_var_decl::M_ |
| expression stan::gm::cholesky_factor_var_decl::N_ |