![]() |
Stan
2.10.0
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 1440 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const nil & | x | ) | const |
Definition at line 1441 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1444 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1447 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1450 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1453 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1456 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const simplex_var_decl & | x | ) | const |
Definition at line 1462 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const unit_vector_var_decl & | x | ) | const |
Definition at line 1459 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const ordered_var_decl & | x | ) | const |
Definition at line 1465 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const positive_ordered_var_decl & | x | ) | const |
Definition at line 1468 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const cholesky_factor_var_decl & | x | ) | const |
Definition at line 1471 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const cholesky_corr_var_decl & | x | ) | const |
Definition at line 1474 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const cov_matrix_var_decl & | x | ) | const |
Definition at line 1477 of file ast_def.cpp.
std::string stan::lang::name_vis::operator() | ( | const corr_matrix_var_decl & | x | ) | const |
Definition at line 1480 of file ast_def.cpp.