![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ops.h"#include "xdiv.h"#include "ov-cx-diag.h"#include "ov-cx-mat.h"#include <LINCLUDE>#include <RINCLUDE>

Go to the source code of this file.
Macros | |
| #define | INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
| #define | LDMATRIX LMATRIX |
| #define | LDMATRIX_VALUE CONCAT2(LDMATRIX, _value) |
| #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 | RDMATRIX RMATRIX |
| #define | RDMATRIX_VALUE CONCAT2(RDMATRIX, _value) |
| #define | RMATRIX_VALUE CONCAT2(RMATRIX, _value) |
| #define | SHORT_NAME CONCAT3(LSHORT, _, RSHORT) |
Functions | |
| void | install_LSHORT_RSHORT_ops (void) |
| static octave_value | oct_binop_add (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) |
| static octave_value | oct_binop_sub (const octave_base_value &a1, const octave_base_value &a2) |
| #define INST_NAME CONCAT3(install_, SHORT_NAME, _ops) |
Definition at line 76 of file op-dm-template.cc.
| #define LDMATRIX LMATRIX |
Definition at line 42 of file op-dm-template.cc.
Definition at line 54 of file op-dm-template.cc.
Definition at line 52 of file op-dm-template.cc.
Definition at line 50 of file op-dm-template.cc.
Referenced by install_LSHORT_RSHORT_ops().
Definition at line 49 of file op-dm-template.cc.
Referenced by install_LSHORT_RSHORT_ops().
Definition at line 51 of file op-dm-template.cc.
Referenced by install_LSHORT_RSHORT_ops().
| #define RDMATRIX RMATRIX |
Definition at line 46 of file op-dm-template.cc.
Definition at line 55 of file op-dm-template.cc.
Definition at line 53 of file op-dm-template.cc.
Definition at line 75 of file op-dm-template.cc.
Definition at line 79 of file op-dm-template.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, OCTAVE_LDMATRIX, OCTAVE_LMATRIX, OCTAVE_RMATRIX, op_add(), op_div(), op_ldiv(), op_mul(), and op_sub().
|
static |
Definition at line 37 of file op-dm-template.cc.
|
static |
Definition at line 39 of file op-dm-template.cc.
|
static |
Definition at line 38 of file op-dm-template.cc.
1.8.1.2