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) |
#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().