![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| var_decl_def_vis () | |
| expression | operator() (const nil &x) const |
| expression | operator() (const int_var_decl &x) const |
| expression | operator() (const double_var_decl &x) const |
| expression | operator() (const vector_var_decl &x) const |
| expression | operator() (const row_vector_var_decl &x) const |
| expression | operator() (const matrix_var_decl &x) const |
| expression | operator() (const simplex_var_decl &x) const |
| expression | operator() (const unit_vector_var_decl &x) const |
| expression | operator() (const ordered_var_decl &x) const |
| expression | operator() (const positive_ordered_var_decl &x) const |
| expression | operator() (const cholesky_factor_var_decl &x) const |
| expression | operator() (const cholesky_corr_var_decl &x) const |
| expression | operator() (const cov_matrix_var_decl &x) const |
| expression | operator() (const corr_matrix_var_decl &x) const |
| stan::lang::var_decl_def_vis::var_decl_def_vis | ( | ) |
Definition at line 1734 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const nil & | x | ) | const |
Definition at line 1735 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1739 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1743 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1747 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1751 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1755 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const simplex_var_decl & | x | ) | const |
Definition at line 1763 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const unit_vector_var_decl & | x | ) | const |
Definition at line 1759 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const ordered_var_decl & | x | ) | const |
Definition at line 1767 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const positive_ordered_var_decl & | x | ) | const |
Definition at line 1771 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const cholesky_factor_var_decl & | x | ) | const |
Definition at line 1775 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const cholesky_corr_var_decl & | x | ) | const |
Definition at line 1779 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const cov_matrix_var_decl & | x | ) | const |
Definition at line 1783 of file ast_def.cpp.
| expression stan::lang::var_decl_def_vis::operator() | ( | const corr_matrix_var_decl & | x | ) | const |
Definition at line 1787 of file ast_def.cpp.