GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
op-dms-template.cc File Reference
#include "ops.h"
#include "xpow.h"
#include <SINCLUDE>
#include <MINCLUDE>
Include dependency graph for op-dms-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 MATRIX_VALUE   CONCAT2(MATRIXV, _value)
 
#define MATRIXV   MATRIX
 
#define OCTAVE_MATRIX   CONCAT2(octave_, MATRIX)
 
#define OCTAVE_SCALAR   CONCAT2(octave_, SCALAR)
 
#define SCALAR_VALUE   CONCAT2(SCALARV, _value)
 
#define SCALARV   SCALAR
 
#define SHORT_NAME   CONCAT3(MSHORT, _, SSHORT)
 

Functions

void install_MSHORT_SSHORT_ops (octave::type_info &ti)
 
static octave_value oct_binop_dmsdiv (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_dmsmul (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_dmspow (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_sdmldiv (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_sdmmul (const octave_base_value &a1, const octave_base_value &a2)
 

Macro Definition Documentation

◆ INST_NAME

#define INST_NAME   CONCAT3(install_, SHORT_NAME, _ops)

Definition at line 80 of file op-dms-template.cc.

◆ MATRIX_VALUE

#define MATRIX_VALUE   CONCAT2(MATRIXV, _value)

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

◆ MATRIXV

#define MATRIXV   MATRIX

Definition at line 42 of file op-dms-template.cc.

◆ OCTAVE_MATRIX

#define OCTAVE_MATRIX   CONCAT2(octave_, MATRIX)

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

◆ OCTAVE_SCALAR

#define OCTAVE_SCALAR   CONCAT2(octave_, SCALAR)

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

◆ SCALAR_VALUE

#define SCALAR_VALUE   CONCAT2(SCALARV, _value)

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

◆ SCALARV

#define SCALARV   SCALAR

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

◆ SHORT_NAME

#define SHORT_NAME   CONCAT3(MSHORT, _, SSHORT)

Definition at line 79 of file op-dms-template.cc.

Function Documentation

◆ install_MSHORT_SSHORT_ops()

void install_MSHORT_SSHORT_ops ( octave::type_info &  ti)

◆ oct_binop_dmsdiv()

static octave_value oct_binop_dmsdiv ( const octave_base_value a1,
const octave_base_value a2 
)
static

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

References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, and v2.

◆ oct_binop_dmsmul()

static octave_value oct_binop_dmsmul ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 48 of file op-dms-template.cc.

◆ oct_binop_dmspow()

static octave_value oct_binop_dmspow ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 71 of file op-dms-template.cc.

References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, v2, and xpow().

◆ oct_binop_sdmldiv()

static octave_value oct_binop_sdmldiv ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 63 of file op-dms-template.cc.

References a2, OCTAVE_MATRIX, OCTAVE_SCALAR, and v2.

◆ oct_binop_sdmmul()

static octave_value oct_binop_sdmmul ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 47 of file op-dms-template.cc.