![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
contains_nonparam_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 integrate_ode_control &e) const |
bool | operator() (const fun &e) const |
bool | operator() (const index_op &e) const |
bool | operator() (const index_op_sliced &e) const |
bool | operator() (const conditional_op &e) const |
bool | operator() (const binary_op &e) const |
bool | operator() (const unary_op &e) const |
Public Attributes | |
const variable_map & | var_map_ |
|
explicit |
Definition at line 841 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const nil & | e | ) | const |
Definition at line 844 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const int_literal & | e | ) | const |
Definition at line 847 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const double_literal & | e | ) | const |
Definition at line 850 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const array_literal & | e | ) | const |
Definition at line 853 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const variable & | e | ) | const |
Definition at line 859 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const integrate_ode & | e | ) | const |
Definition at line 864 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const integrate_ode_control & | e | ) | const |
Definition at line 869 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const fun & | e | ) | const |
Definition at line 875 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const index_op & | e | ) | const |
Definition at line 888 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const index_op_sliced & | e | ) | const |
Definition at line 891 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const conditional_op & | e | ) | const |
Definition at line 895 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const binary_op & | e | ) | const |
Definition at line 903 of file ast_def.cpp.
bool stan::lang::contains_nonparam_var::operator() | ( | const unary_op & | e | ) | const |
Definition at line 920 of file ast_def.cpp.
const variable_map& stan::lang::contains_nonparam_var::var_map_ |