![]() |
Stan
2.13.1
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 |
| base_var_decl | base_decl () const |
| std::vector< expression > | dims () const |
| bool | has_def () const |
| expression | def () 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::lang::var_decl::var_decl_t |
| stan::lang::var_decl::var_decl | ( | ) |
Definition at line 1796 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const var_decl_t & | decl | ) |
Definition at line 1795 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const nil & | decl | ) |
Definition at line 1797 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const int_var_decl & | decl | ) |
Definition at line 1798 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const double_var_decl & | decl | ) |
Definition at line 1799 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const vector_var_decl & | decl | ) |
Definition at line 1800 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const row_vector_var_decl & | decl | ) |
Definition at line 1801 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const matrix_var_decl & | decl | ) |
Definition at line 1802 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const simplex_var_decl & | decl | ) |
Definition at line 1804 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const unit_vector_var_decl & | decl | ) |
Definition at line 1803 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const ordered_var_decl & | decl | ) |
Definition at line 1805 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const positive_ordered_var_decl & | decl | ) |
Definition at line 1806 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const cholesky_factor_var_decl & | decl | ) |
Definition at line 1807 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const cholesky_corr_var_decl & | decl | ) |
Definition at line 1808 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const cov_matrix_var_decl & | decl | ) |
Definition at line 1809 of file ast_def.cpp.
| stan::lang::var_decl::var_decl | ( | const corr_matrix_var_decl & | decl | ) |
Definition at line 1810 of file ast_def.cpp.
| base_var_decl stan::lang::var_decl::base_decl | ( | ) | const |
Definition at line 1816 of file ast_def.cpp.
| expression stan::lang::var_decl::def | ( | ) | const |
Definition at line 1828 of file ast_def.cpp.
| std::vector< expression > stan::lang::var_decl::dims | ( | ) | const |
Definition at line 1820 of file ast_def.cpp.
| bool stan::lang::var_decl::has_def | ( | ) | const |
Definition at line 1824 of file ast_def.cpp.
| std::string stan::lang::var_decl::name | ( | ) | const |
Definition at line 1812 of file ast_def.cpp.
| var_decl_t stan::lang::var_decl::decl_ |