![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| expr_type | operator() (const nil &e) const |
| expr_type | operator() (const int_literal &e) const |
| expr_type | operator() (const double_literal &e) const |
| expr_type | operator() (const array_literal &e) const |
| expr_type | operator() (const variable &e) const |
| expr_type | operator() (const fun &e) const |
| expr_type | operator() (const index_op &e) const |
| expr_type | operator() (const binary_op &e) const |
| expr_type | operator() (const unary_op &e) const |
| expr_type stan::gm::expression_type_vis::operator() | ( | const array_literal & | e | ) | const |
Definition at line 281 of file ast_def.cpp.
Definition at line 293 of file ast_def.cpp.
| expr_type stan::gm::expression_type_vis::operator() | ( | const double_literal & | e | ) | const |
Definition at line 278 of file ast_def.cpp.
Definition at line 287 of file ast_def.cpp.
Definition at line 290 of file ast_def.cpp.
| expr_type stan::gm::expression_type_vis::operator() | ( | const int_literal & | e | ) | const |
Definition at line 275 of file ast_def.cpp.
Definition at line 268 of file ast_def.cpp.
Definition at line 296 of file ast_def.cpp.
Definition at line 284 of file ast_def.cpp.