![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| var_decl_has_def_vis () | |
| bool | operator() (const nil &x) const |
| bool | operator() (const int_var_decl &x) const |
| bool | operator() (const double_var_decl &x) const |
| bool | operator() (const vector_var_decl &x) const |
| bool | operator() (const row_vector_var_decl &x) const |
| bool | operator() (const matrix_var_decl &x) const |
| bool | operator() (const simplex_var_decl &x) const |
| bool | operator() (const unit_vector_var_decl &x) const |
| bool | operator() (const ordered_var_decl &x) const |
| bool | operator() (const positive_ordered_var_decl &x) const |
| bool | operator() (const cholesky_factor_var_decl &x) const |
| bool | operator() (const cholesky_corr_var_decl &x) const |
| bool | operator() (const cov_matrix_var_decl &x) const |
| bool | operator() (const corr_matrix_var_decl &x) const |
| stan::lang::var_decl_has_def_vis::var_decl_has_def_vis | ( | ) |
Definition at line 1675 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const nil & | x | ) | const |
Definition at line 1676 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1680 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1684 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1688 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1692 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1696 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const simplex_var_decl & | x | ) | const |
Definition at line 1704 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const unit_vector_var_decl & | x | ) | const |
Definition at line 1700 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const ordered_var_decl & | x | ) | const |
Definition at line 1708 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const positive_ordered_var_decl & | x | ) | const |
Definition at line 1712 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const cholesky_factor_var_decl & | x | ) | const |
Definition at line 1716 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const cholesky_corr_var_decl & | x | ) | const |
Definition at line 1720 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const cov_matrix_var_decl & | x | ) | const |
Definition at line 1724 of file ast_def.cpp.
| bool stan::lang::var_decl_has_def_vis::operator() | ( | const corr_matrix_var_decl & | x | ) | const |
Definition at line 1728 of file ast_def.cpp.