![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <semantic_actions.hpp>
Public Member Functions | |
validate_no_constraints_vis (std::stringstream &error_msgs) | |
bool | operator() (const nil &) 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 unit_vector_var_decl &) const |
bool | operator() (const simplex_var_decl &) const |
bool | operator() (const ordered_var_decl &) const |
bool | operator() (const positive_ordered_var_decl &) const |
bool | operator() (const cholesky_factor_var_decl &) const |
bool | operator() (const cholesky_corr_var_decl &) const |
bool | operator() (const cov_matrix_var_decl &) const |
bool | operator() (const corr_matrix_var_decl &) const |
Public Attributes | |
std::stringstream & | error_msgs_ |
Definition at line 678 of file semantic_actions.hpp.
|
explicit |
Definition at line 2043 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const nil & | ) | const |
Definition at line 2047 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 2051 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 2059 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 2068 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 2077 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 2086 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const unit_vector_var_decl & | ) | const |
Definition at line 2095 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const simplex_var_decl & | ) | const |
Definition at line 2101 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const ordered_var_decl & | ) | const |
Definition at line 2107 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const positive_ordered_var_decl & | ) | const |
Definition at line 2113 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_factor_var_decl & | ) | const |
Definition at line 2119 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_corr_var_decl & | ) | const |
Definition at line 2125 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cov_matrix_var_decl & | ) | const |
Definition at line 2131 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const corr_matrix_var_decl & | ) | const |
Definition at line 2137 of file semantic_actions_def.cpp.
std::stringstream& stan::lang::validate_no_constraints_vis::error_msgs_ |
Definition at line 679 of file semantic_actions.hpp.