![]() |
Stan
2.13.1
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 667 of file semantic_actions.hpp.
|
explicit |
Definition at line 1992 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const nil & | ) | const |
Definition at line 1996 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const int_var_decl & | x | ) | const |
Definition at line 2000 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const double_var_decl & | x | ) | const |
Definition at line 2008 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const vector_var_decl & | x | ) | const |
Definition at line 2017 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const row_vector_var_decl & | x | ) | const |
Definition at line 2026 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const matrix_var_decl & | x | ) | const |
Definition at line 2035 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const unit_vector_var_decl & | ) | const |
Definition at line 2044 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const simplex_var_decl & | ) | const |
Definition at line 2050 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const ordered_var_decl & | ) | const |
Definition at line 2056 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const positive_ordered_var_decl & | ) | const |
Definition at line 2062 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_factor_var_decl & | ) | const |
Definition at line 2068 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const cholesky_corr_var_decl & | ) | const |
Definition at line 2074 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const cov_matrix_var_decl & | ) | const |
Definition at line 2080 of file semantic_actions_def.cpp.
| bool stan::lang::validate_no_constraints_vis::operator() | ( | const corr_matrix_var_decl & | ) | const |
Definition at line 2086 of file semantic_actions_def.cpp.
| std::stringstream& stan::lang::validate_no_constraints_vis::error_msgs_ |
Definition at line 668 of file semantic_actions.hpp.