GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | tree_compound_binary_expression |
Functions | |
tree_binary_expression * | maybe_compound_binary_expression (tree_expression *a, tree_expression *b, int l=-1, int c=-1, octave_value::binary_op t=octave_value::unknown_binary_op) |
tree_binary_expression* maybe_compound_binary_expression | ( | tree_expression * | a, |
tree_expression * | b, | ||
int | l = -1 , |
||
int | c = -1 , |
||
octave_value::binary_op | t = octave_value::unknown_binary_op |
||
) |
Definition at line 162 of file pt-cbinop.cc.
References octave_value::op_el_and, octave_value::op_el_or, octave_value::op_ldiv, octave_value::op_mul, simplify_and_or_op(), simplify_ldiv_op(), simplify_mul_op(), and octave_value::unknown_compound_binary_op.