![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| binary_op () | |
| binary_op (const expression &left, const std::string &op, const expression &right) | |
Public Attributes | |
| std::string | op |
| expression | left |
| expression | right |
| expr_type | type_ |
| stan::gm::binary_op::binary_op | ( | ) |
Definition at line 911 of file ast_def.cpp.
| stan::gm::binary_op::binary_op | ( | const expression & | left, |
| const std::string & | op, | ||
| const expression & | right | ||
| ) |
Definition at line 912 of file ast_def.cpp.
| expression stan::gm::binary_op::left |
| expression stan::gm::binary_op::right |