GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "mx-ops.h"
#include "ov-perm.h"
#include "ov-cx-mat.h"
#include "ops.h"
#include <MINCLUDE>
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 78 of file op-pm-template.cc.
#define LDMATRIX LMATRIX |
Definition at line 39 of file op-pm-template.cc.
Definition at line 49 of file op-pm-template.cc.
Definition at line 43 of file op-pm-template.cc.
Referenced by install_LSHORT_RSHORT_ops().
Definition at line 42 of file op-pm-template.cc.
Referenced by install_LSHORT_RSHORT_ops(), oct_binop_div(), and oct_binop_mul().
Definition at line 44 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 50 of file op-pm-template.cc.
Definition at line 77 of file op-pm-template.cc.
void install_LSHORT_RSHORT_ops | ( | void | ) |
Definition at line 81 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 68 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 53 of file op-pm-template.cc.
References CAST_BINOP_ARGS, OCTAVE_LMATRIX, OCTAVE_RMATRIX, v1, and v2.