Defines | Functions

op-dm-template.cc File Reference

#include "ops.h"
#include "xdiv.h"
Include dependency graph for op-dm-template.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#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 INST_NAME (void)

Define Documentation

#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.

#define LDMATRIX_VALUE   CONCAT2(LDMATRIX, _value)

Definition at line 54 of file op-dm-template.cc.

#define LMATRIX_VALUE   CONCAT2(LMATRIX, _value)

Definition at line 52 of file op-dm-template.cc.

#define OCTAVE_LDMATRIX   CONCAT2(octave_, LDMATRIX)

Definition at line 50 of file op-dm-template.cc.

Referenced by INST_NAME().

#define OCTAVE_LMATRIX   CONCAT2(octave_, LMATRIX)

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

Referenced by INST_NAME().

#define OCTAVE_RMATRIX   CONCAT2(octave_, RMATRIX)

Definition at line 51 of file op-dm-template.cc.

Referenced by INST_NAME().

#define RDMATRIX   RMATRIX

Definition at line 46 of file op-dm-template.cc.

#define RDMATRIX_VALUE   CONCAT2(RDMATRIX, _value)

Definition at line 55 of file op-dm-template.cc.

#define RMATRIX_VALUE   CONCAT2(RMATRIX, _value)

Definition at line 53 of file op-dm-template.cc.

#define SHORT_NAME   CONCAT3(LSHORT, _, RSHORT)

Definition at line 75 of file op-dm-template.cc.


Function Documentation

void INST_NAME ( void   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines