#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-float.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-complex.h"
#include "ov-flt-cx-mat.h"
#include "ov-int8.h"
#include "ov-int16.h"
#include "ov-int32.h"
#include "ov-int64.h"
#include "ov-uint8.h"
#include "ov-uint16.h"
#include "ov-uint32.h"
#include "ov-uint64.h"
#include "ov-null-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
|
void | install_b_b_ops (octave::type_info &ti) |
|
static octave_value | oct_binop_el_and (const octave_base_value &a1, const octave_base_value &a2) |
|
static octave_value | oct_binop_el_or (const octave_base_value &a1, const octave_base_value &a2) |
|
static octave_value | oct_binop_eq (const octave_base_value &a1, const octave_base_value &a2) |
|
static octave_value | oct_binop_ne (const octave_base_value &a1, const octave_base_value &a2) |
|
static octave_value | oct_catop_b_b (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
|
static octave_value | oct_catop_b_f (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
|
static octave_value | oct_catop_b_s (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
|
static octave_value | oct_catop_f_b (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
|
static octave_value | oct_catop_s_b (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
|
static octave_value | oct_unop_hermitian (const octave_base_value &a) |
|
static octave_value | oct_unop_not (const octave_base_value &a) |
|
static octave_value | oct_unop_transpose (const octave_base_value &a) |
|
static octave_value | oct_unop_uminus (const octave_base_value &a) |
|
static octave_value | oct_unop_uplus (const octave_base_value &a) |
|
◆ OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV
#define OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV |
( |
|
TRHS | ) |
|
Value:
#define INSTALL_ASSIGNCONV_TI(ti, t1, t2, tr)
Definition at line 93 of file op-b-b.cc.
◆ install_b_b_ops()
Definition at line 98 of file op-b-b.cc.
References INSTALL_ASSIGNCONV_TI, INSTALL_BINOP_TI, INSTALL_CATOP_TI, INSTALL_UNOP_TI, OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV, op_el_and(), op_el_or(), op_eq(), op_hermitian(), op_ne(), op_not(), op_transpose(), op_uminus(), op_uplus(), and transpose().
◆ oct_binop_el_and()
◆ oct_binop_el_or()
◆ oct_binop_eq()
◆ oct_binop_ne()
◆ oct_catop_b_b()
◆ oct_catop_b_f()
◆ oct_catop_b_s()
◆ oct_catop_f_b()
◆ oct_catop_s_b()
◆ oct_unop_hermitian()
◆ oct_unop_not()
◆ oct_unop_transpose()
◆ oct_unop_uminus()
◆ oct_unop_uplus()