Go to the source code of this file.
Macros | |
#define | INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
#define | LDMATRIX LMATRIX |
#define | LMATRIX_VALUE CONCAT2(LMATRIX, _value) |
#define | OCTAVE_LDMATRIX CONCAT2(octave_, LDMATRIX) |
#define | OCTAVE_LMATRIX CONCAT2(octave_, LMATRIX) |
#define | OCTAVE_RMATRIX CONCAT2(octave_, RMATRIX) |
#define | RMATRIX_VALUE perm_matrix_value |
#define | SHORT_NAME CONCAT3(LSHORT, _, RSHORT) |
Functions | |
void | install_LSHORT_RSHORT_ops (octave::type_info &ti) |
#define INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
Definition at line 85 of file op-pm-template.cc.
#define LDMATRIX LMATRIX |
Definition at line 42 of file op-pm-template.cc.
Definition at line 54 of file op-pm-template.cc.
Definition at line 48 of file op-pm-template.cc.
Definition at line 47 of file op-pm-template.cc.
Definition at line 49 of file op-pm-template.cc.
#define RMATRIX_VALUE perm_matrix_value |
Definition at line 55 of file op-pm-template.cc.
Definition at line 84 of file op-pm-template.cc.
void install_LSHORT_RSHORT_ops | ( | octave::type_info & | ti | ) |
Definition at line 88 of file op-pm-template.cc.
References INSTALL_ASSIGNCONV_TI, INSTALL_BINOP_TI, OCTAVE_LDMATRIX, OCTAVE_LMATRIX, OCTAVE_RMATRIX, op_div(), op_ldiv(), and op_mul().