![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| cov_matrix_var_decl () | |
| cov_matrix_var_decl (expression const &K, 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 | K_ |
Public Attributes inherited from stan::gm::base_var_decl | |
| std::string | name_ |
| std::vector< expression > | dims_ |
| base_expr_type | base_type_ |
| stan::gm::cov_matrix_var_decl::cov_matrix_var_decl | ( | ) |
Definition at line 1140 of file ast_def.cpp.
| stan::gm::cov_matrix_var_decl::cov_matrix_var_decl | ( | expression const & | K, |
| std::string const & | name, | ||
| std::vector< expression > const & | dims | ||
| ) |
Definition at line 1142 of file ast_def.cpp.
| expression stan::gm::cov_matrix_var_decl::K_ |