GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-cbinop.cc File Reference
#include "interpreter.h"
#include "ov.h"
#include "pt-cbinop.h"
#include "pt-eval.h"
#include "pt-unop.h"
Include dependency graph for pt-cbinop.cc:

Go to the source code of this file.

Typedefs

typedef tree_expressiontree_expression_ptr_t
 

Functions

tree_binary_expressionmaybe_compound_binary_expression (tree_expression *a, tree_expression *b, int l, int c, octave_value::binary_op t)
 
static octave_value::compound_binary_op simplify_ldiv_op (tree_expression_ptr_t &a, tree_expression_ptr_t &)
 
static octave_value::compound_binary_op simplify_mul_op (tree_expression_ptr_t &a, tree_expression_ptr_t &b)
 
static octave_value::unary_op strip_trans_herm (tree_expression_ptr_t &exp)
 

Typedef Documentation

◆ tree_expression_ptr_t

Definition at line 65 of file pt-cbinop.cc.

Function Documentation

◆ maybe_compound_binary_expression()

◆ simplify_ldiv_op()

◆ simplify_mul_op()

◆ strip_trans_herm()