GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
op-pm-template.cc File Reference
#include "ov-perm.h"
#include "ov-cx-mat.h"
#include "ops.h"
#include <MINCLUDE>
Include dependency graph for op-pm-template.cc:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

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

#define OCTAVE_LMATRIX   CONCAT2(octave_, LMATRIX)

Definition at line 38 of file op-pm-template.cc.

Referenced by install_LSHORT_RSHORT_ops(), oct_binop_div(), and oct_binop_mul().

#define OCTAVE_RMATRIX   CONCAT2(octave_, RMATRIX)

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.

#define SHORT_NAME   CONCAT3(LSHORT, _, RSHORT)

Definition at line 73 of file op-pm-template.cc.

Function Documentation

void install_LSHORT_RSHORT_ops ( void  )
static octave_value oct_binop_div ( const octave_base_value a1,
const octave_base_value a2 
)
static
static octave_value oct_binop_mul ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 49 of file op-pm-template.cc.

References CAST_BINOP_ARGS, OCTAVE_LMATRIX, OCTAVE_RMATRIX, v1, and v2.