![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
var_decl_base_type_vis () | |
base_var_decl | operator() (const nil &x) const |
base_var_decl | operator() (const int_var_decl &x) const |
base_var_decl | operator() (const double_var_decl &x) const |
base_var_decl | operator() (const vector_var_decl &x) const |
base_var_decl | operator() (const row_vector_var_decl &x) const |
base_var_decl | operator() (const matrix_var_decl &x) const |
base_var_decl | operator() (const simplex_var_decl &x) const |
base_var_decl | operator() (const unit_vector_var_decl &x) const |
base_var_decl | operator() (const ordered_var_decl &x) const |
base_var_decl | operator() (const positive_ordered_var_decl &x) const |
base_var_decl | operator() (const cholesky_factor_var_decl &x) const |
base_var_decl | operator() (const cholesky_corr_var_decl &x) const |
base_var_decl | operator() (const cov_matrix_var_decl &x) const |
base_var_decl | operator() (const corr_matrix_var_decl &x) const |
stan::lang::var_decl_base_type_vis::var_decl_base_type_vis | ( | ) |
Definition at line 1484 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const nil & | x | ) | const |
Definition at line 1485 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1489 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1493 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1497 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1501 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1505 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const simplex_var_decl & | x | ) | const |
Definition at line 1513 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const unit_vector_var_decl & | x | ) | const |
Definition at line 1509 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const ordered_var_decl & | x | ) | const |
Definition at line 1517 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const positive_ordered_var_decl & | x | ) | const |
Definition at line 1521 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const cholesky_factor_var_decl & | x | ) | const |
Definition at line 1525 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const cholesky_corr_var_decl & | x | ) | const |
Definition at line 1529 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const cov_matrix_var_decl & | x | ) | const |
Definition at line 1533 of file ast_def.cpp.
base_var_decl stan::lang::var_decl_base_type_vis::operator() | ( | const corr_matrix_var_decl & | x | ) | const |
Definition at line 1537 of file ast_def.cpp.