GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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 (void) |
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 74 of file op-pm-template.cc.
#define LDMATRIX LMATRIX |
Definition at line 35 of file op-pm-template.cc.
Definition at line 45 of file op-pm-template.cc.
Definition at line 39 of file op-pm-template.cc.
Referenced by install_LSHORT_RSHORT_ops().
Definition at line 38 of file op-pm-template.cc.
Referenced by install_LSHORT_RSHORT_ops(), oct_binop_div(), and oct_binop_mul().
Definition at line 40 of file op-pm-template.cc.
Referenced by install_LSHORT_RSHORT_ops(), oct_binop_div(), and oct_binop_mul().
#define RMATRIX_VALUE perm_matrix_value |
Definition at line 46 of file op-pm-template.cc.
Definition at line 73 of file op-pm-template.cc.
Definition at line 77 of file op-pm-template.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, OCTAVE_LDMATRIX, OCTAVE_LMATRIX, OCTAVE_RMATRIX, op_div(), op_ldiv(), and op_mul().
|
static |
Definition at line 64 of file op-pm-template.cc.
References CAST_BINOP_ARGS, PermMatrix::inverse(), OCTAVE_LMATRIX, OCTAVE_RMATRIX, octave_base_value::perm_matrix_value(), v1, and v2.
|
static |
Definition at line 49 of file op-pm-template.cc.
References CAST_BINOP_ARGS, OCTAVE_LMATRIX, OCTAVE_RMATRIX, v1, and v2.