![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| name_vis () | |
| std::string | operator() (const nil &x) const |
| std::string | operator() (const int_var_decl &x) const |
| std::string | operator() (const double_var_decl &x) const |
| std::string | operator() (const vector_var_decl &x) const |
| std::string | operator() (const row_vector_var_decl &x) const |
| std::string | operator() (const matrix_var_decl &x) const |
| std::string | operator() (const simplex_var_decl &x) const |
| std::string | operator() (const unit_vector_var_decl &x) const |
| std::string | operator() (const ordered_var_decl &x) const |
| std::string | operator() (const positive_ordered_var_decl &x) const |
| std::string | operator() (const cholesky_factor_var_decl &x) const |
| std::string | operator() (const cholesky_corr_var_decl &x) const |
| std::string | operator() (const cov_matrix_var_decl &x) const |
| std::string | operator() (const corr_matrix_var_decl &x) const |
| stan::lang::name_vis::name_vis | ( | ) |
Definition at line 1512 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const nil & | x | ) | const |
Definition at line 1513 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1516 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1519 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1522 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1525 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1528 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const simplex_var_decl & | x | ) | const |
Definition at line 1534 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const unit_vector_var_decl & | x | ) | const |
Definition at line 1531 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const ordered_var_decl & | x | ) | const |
Definition at line 1537 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const positive_ordered_var_decl & | x | ) | const |
Definition at line 1540 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const cholesky_factor_var_decl & | x | ) | const |
Definition at line 1543 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const cholesky_corr_var_decl & | x | ) | const |
Definition at line 1546 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const cov_matrix_var_decl & | x | ) | const |
Definition at line 1549 of file ast_def.cpp.
| std::string stan::lang::name_vis::operator() | ( | const corr_matrix_var_decl & | x | ) | const |
Definition at line 1552 of file ast_def.cpp.