GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
op-dm-scm.cc File Reference
#include "mx-cm-s.h"
#include "mx-s-cm.h"
#include "mx-dm-cs.h"
#include "mx-cs-dm.h"
#include "mx-m-cs.h"
#include "mx-cs-m.h"
#include "ovl.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "ov-re-diag.h"
#include "ov-cx-diag.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "sparse-xdiv.h"

Go to the source code of this file.

Functions

void install_dm_scm_ops (octave::type_info &ti)
 

Function Documentation

◆ install_dm_scm_ops()

void install_dm_scm_ops ( octave::type_info &  ti)

Definition at line 495 of file op-dm-scm.cc.

References INSTALL_BINOP_TI, op_add(), op_div(), op_ldiv(), op_mul(), and op_sub().

Referenced by install_ops().