1 #ifndef STAN_LANG_AST_NODE_BINARY_OP_HPP 2 #define STAN_LANG_AST_NODE_BINARY_OP_HPP
Probability, optimization and sampling library.
binary_op()
Construct a default binary operation.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
expr_type type_
Type of result.
expression left
First argument.
expression right
Second argument.
std::string op
String representation of the operation.
Node for storing binary operations consisting of an operation and left and right arguments.