![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Types | |
| typedef boost::variant < boost::recursive_wrapper < nil > , boost::recursive_wrapper < int_var_decl > , boost::recursive_wrapper < double_var_decl > , boost::recursive_wrapper < vector_var_decl > , boost::recursive_wrapper < row_vector_var_decl > , boost::recursive_wrapper < matrix_var_decl > , boost::recursive_wrapper < simplex_var_decl > , boost::recursive_wrapper < unit_vector_var_decl > , boost::recursive_wrapper < ordered_var_decl > , boost::recursive_wrapper < positive_ordered_var_decl > , boost::recursive_wrapper < cholesky_factor_var_decl > , boost::recursive_wrapper < cholesky_corr_var_decl > , boost::recursive_wrapper < cov_matrix_var_decl > , boost::recursive_wrapper < corr_matrix_var_decl > > | var_decl_t |
Public Member Functions | |
| var_decl () | |
| var_decl (const var_decl_t &decl) | |
| var_decl (const nil &decl) | |
| var_decl (const int_var_decl &decl) | |
| var_decl (const double_var_decl &decl) | |
| var_decl (const vector_var_decl &decl) | |
| var_decl (const row_vector_var_decl &decl) | |
| var_decl (const matrix_var_decl &decl) | |
| var_decl (const simplex_var_decl &decl) | |
| var_decl (const unit_vector_var_decl &decl) | |
| var_decl (const ordered_var_decl &decl) | |
| var_decl (const positive_ordered_var_decl &decl) | |
| var_decl (const cholesky_factor_var_decl &decl) | |
| var_decl (const cholesky_corr_var_decl &decl) | |
| var_decl (const cov_matrix_var_decl &decl) | |
| var_decl (const corr_matrix_var_decl &decl) | |
| std::string | name () const |
Public Attributes | |
| var_decl_t | decl_ |
| typedef boost::variant<boost::recursive_wrapper<nil>, boost::recursive_wrapper<int_var_decl>, boost::recursive_wrapper<double_var_decl>, boost::recursive_wrapper<vector_var_decl>, boost::recursive_wrapper<row_vector_var_decl>, boost::recursive_wrapper<matrix_var_decl>, boost::recursive_wrapper<simplex_var_decl>, boost::recursive_wrapper<unit_vector_var_decl>, boost::recursive_wrapper<ordered_var_decl>, boost::recursive_wrapper<positive_ordered_var_decl>, boost::recursive_wrapper<cholesky_factor_var_decl>, boost::recursive_wrapper<cholesky_corr_var_decl>, boost::recursive_wrapper<cov_matrix_var_decl>, boost::recursive_wrapper<corr_matrix_var_decl> > stan::gm::var_decl::var_decl_t |
| stan::gm::var_decl::var_decl | ( | ) |
Definition at line 1208 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const var_decl_t & | decl | ) |
Definition at line 1207 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const nil & | decl | ) |
Definition at line 1209 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const int_var_decl & | decl | ) |
Definition at line 1210 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const double_var_decl & | decl | ) |
Definition at line 1211 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const vector_var_decl & | decl | ) |
Definition at line 1212 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const row_vector_var_decl & | decl | ) |
Definition at line 1213 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const matrix_var_decl & | decl | ) |
Definition at line 1214 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const simplex_var_decl & | decl | ) |
Definition at line 1216 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const unit_vector_var_decl & | decl | ) |
Definition at line 1215 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const ordered_var_decl & | decl | ) |
Definition at line 1217 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const positive_ordered_var_decl & | decl | ) |
Definition at line 1218 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const cholesky_factor_var_decl & | decl | ) |
Definition at line 1219 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const cholesky_corr_var_decl & | decl | ) |
Definition at line 1220 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const cov_matrix_var_decl & | decl | ) |
Definition at line 1221 of file ast_def.cpp.
| stan::gm::var_decl::var_decl | ( | const corr_matrix_var_decl & | decl | ) |
Definition at line 1222 of file ast_def.cpp.
| std::string stan::gm::var_decl::name | ( | ) | const |
Definition at line 1224 of file ast_def.cpp.
| var_decl_t stan::gm::var_decl::decl_ |