![]() |
Stan
2.10.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 662 of file semantic_actions.hpp.
|
explicit |
Definition at line 1884 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const nil & | ) | const |
Definition at line 1888 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 1892 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 1900 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 1909 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 1918 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 1927 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const unit_vector_var_decl & | ) | const |
Definition at line 1936 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const simplex_var_decl & | ) | const |
Definition at line 1942 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const ordered_var_decl & | ) | const |
Definition at line 1948 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const positive_ordered_var_decl & | ) | const |
Definition at line 1954 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_factor_var_decl & | ) | const |
Definition at line 1960 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_corr_var_decl & | ) | const |
Definition at line 1966 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const cov_matrix_var_decl & | ) | const |
Definition at line 1972 of file semantic_actions_def.cpp.
bool stan::lang::validate_no_constraints_vis::operator() | ( | const corr_matrix_var_decl & | ) | const |
Definition at line 1978 of file semantic_actions_def.cpp.
std::stringstream& stan::lang::validate_no_constraints_vis::error_msgs_ |
Definition at line 663 of file semantic_actions.hpp.