![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| contains_var (const variable_map &var_map) | |
| bool | operator() (const nil &e) const |
| bool | operator() (const int_literal &e) const |
| bool | operator() (const double_literal &e) const |
| bool | operator() (const array_literal &e) const |
| bool | operator() (const variable &e) const |
| bool | operator() (const integrate_ode &e) const |
| bool | operator() (const fun &e) const |
| bool | operator() (const index_op &e) const |
| bool | operator() (const binary_op &e) const |
| bool | operator() (const unary_op &e) const |
Public Attributes | |
| const variable_map & | var_map_ |
| stan::gm::contains_var::contains_var | ( | const variable_map & | var_map | ) |
Definition at line 597 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const nil & | e | ) | const |
Definition at line 600 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const int_literal & | e | ) | const |
Definition at line 603 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const double_literal & | e | ) | const |
Definition at line 606 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const array_literal & | e | ) | const |
Definition at line 609 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const variable & | e | ) | const |
Definition at line 615 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const integrate_ode & | e | ) | const |
Definition at line 627 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const fun & | e | ) | const |
Definition at line 621 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const index_op & | e | ) | const |
Definition at line 633 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const binary_op & | e | ) | const |
Definition at line 636 of file ast_def.cpp.
| bool stan::gm::contains_var::operator() | ( | const unary_op & | e | ) | const |
Definition at line 640 of file ast_def.cpp.
| const variable_map& stan::gm::contains_var::var_map_ |