#include "ov-perm.h"
#include "ops.h"
Go to the source code of this file.
Defines | |
#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 | |
DEFBINOP (mul, LMATRIX, RMATRIX) | |
DEFBINOP (div, LMATRIX, RMATRIX) | |
void | INST_NAME (void) |
#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.
#define LMATRIX_VALUE CONCAT2(LMATRIX, _value) |
Definition at line 45 of file op-pm-template.cc.
#define OCTAVE_LDMATRIX CONCAT2(octave_, LDMATRIX) |
Definition at line 39 of file op-pm-template.cc.
Referenced by INST_NAME().
#define OCTAVE_LMATRIX CONCAT2(octave_, LMATRIX) |
Definition at line 38 of file op-pm-template.cc.
Referenced by DEFBINOP(), and INST_NAME().
#define OCTAVE_RMATRIX CONCAT2(octave_, RMATRIX) |
Definition at line 40 of file op-pm-template.cc.
Referenced by DEFBINOP(), and INST_NAME().
#define RMATRIX_VALUE perm_matrix_value |
Definition at line 46 of file op-pm-template.cc.
#define SHORT_NAME CONCAT3(LSHORT, _, RSHORT) |
Definition at line 73 of file op-pm-template.cc.
DEFBINOP | ( | mul | , | |
LMATRIX | , | |||
RMATRIX | ||||
) |
Definition at line 49 of file op-pm-template.cc.
References CAST_BINOP_ARGS(), OCTAVE_LMATRIX, and OCTAVE_RMATRIX.
DEFBINOP | ( | div | , | |
LMATRIX | , | |||
RMATRIX | ||||
) |
Definition at line 64 of file op-pm-template.cc.
References CAST_BINOP_ARGS(), OCTAVE_LMATRIX, and OCTAVE_RMATRIX.
void INST_NAME | ( | void | ) |
Definition at line 77 of file op-pm-template.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, OCTAVE_LDMATRIX, OCTAVE_LMATRIX, and OCTAVE_RMATRIX.