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) |
static octave_value | oct_binop_div (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_mul (const octave_base_value &a1, const octave_base_value &a2) |
#define INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
Definition at line 83 of file op-pm-template.cc.
#define LDMATRIX LMATRIX |
Definition at line 42 of file op-pm-template.cc.
Definition at line 52 of file op-pm-template.cc.
Definition at line 46 of file op-pm-template.cc.
Definition at line 45 of file op-pm-template.cc.
Definition at line 47 of file op-pm-template.cc.
#define RMATRIX_VALUE perm_matrix_value |
Definition at line 53 of file op-pm-template.cc.
Definition at line 82 of file op-pm-template.cc.
void install_LSHORT_RSHORT_ops | ( | octave::type_info & | ti | ) |
Definition at line 86 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().
|
static |
Definition at line 73 of file op-pm-template.cc.
References a2, PermMatrix::inverse(), OCTAVE_LMATRIX, OCTAVE_RMATRIX, octave_base_value::perm_matrix_value(), and v2.
|
static |
Definition at line 56 of file op-pm-template.cc.
References a2, OCTAVE_LMATRIX, OCTAVE_RMATRIX, and v2.