

Go to the source code of this file.
Macros | |
| #define | INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
| #define | MATRIX_VALUE CONCAT2(MATRIXV, _value) |
| #define | MATRIXV MATRIX |
| #define | OCTAVE_MATRIX CONCAT2(octave_, MATRIX) |
| #define | OCTAVE_SCALAR CONCAT2(octave_, SCALAR) |
| #define | SCALAR_VALUE CONCAT2(SCALARV, _value) |
| #define | SCALARV SCALAR |
| #define | SHORT_NAME CONCAT3(MSHORT, _, SSHORT) |
Functions | |
| void | install_MSHORT_SSHORT_ops (octave::type_info &ti) |
| static octave_value | oct_binop_dmsdiv (const octave_base_value &a1, const octave_base_value &a2) |
| static octave_value | oct_binop_dmsmul (const octave_base_value &a1, const octave_base_value &a2) |
| static octave_value | oct_binop_dmspow (const octave_base_value &a1, const octave_base_value &a2) |
| static octave_value | oct_binop_sdmldiv (const octave_base_value &a1, const octave_base_value &a2) |
| static octave_value | oct_binop_sdmmul (const octave_base_value &a1, const octave_base_value &a2) |
| #define INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
Definition at line 80 of file op-dms-template.cc.
Definition at line 52 of file op-dms-template.cc.
| #define MATRIXV MATRIX |
Definition at line 42 of file op-dms-template.cc.
Definition at line 50 of file op-dms-template.cc.
Definition at line 51 of file op-dms-template.cc.
Definition at line 53 of file op-dms-template.cc.
| #define SCALARV SCALAR |
Definition at line 38 of file op-dms-template.cc.
Definition at line 79 of file op-dms-template.cc.
| void install_MSHORT_SSHORT_ops | ( | octave::type_info & | ti | ) |
Definition at line 83 of file op-dms-template.cc.
References INSTALL_BINOP_TI, OCTAVE_MATRIX, OCTAVE_SCALAR, op_div(), op_ldiv(), op_mul(), and op_pow().
|
static |
Definition at line 55 of file op-dms-template.cc.
References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, and v2.
|
static |
Definition at line 48 of file op-dms-template.cc.
|
static |
Definition at line 71 of file op-dms-template.cc.
References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, v2, and xpow().
|
static |
Definition at line 63 of file op-dms-template.cc.
References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, and v2.
|
static |
Definition at line 47 of file op-dms-template.cc.