GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-m-scm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_smx_m_scm_h)
3 #define octave_smx_m_scm_h 1
4 #include "octave-config.h"
5 #include "CMatrix.h"
6 #include "CSparse.h"
7 #include "dMatrix.h"
8 #include "mx-m-cs.h"
9 #include "mx-cs-m.h"
10 #include "mx-m-cm.h"
11 #include "mx-cm-m.h"
12 #include "mx-nda-cs.h"
13 #include "mx-cs-nda.h"
14 #include "Sparse-op-defs.h"
27 #endif
Definition: dMatrix.h:42
#define OCTAVE_API
Definition: main.cc:55
ComplexMatrix operator+(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:11
SparseComplexMatrix product(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:11
SparseBoolMatrix mx_el_gt(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseBoolMatrix mx_el_eq(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseBoolMatrix mx_el_le(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseBoolMatrix mx_el_ge(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseBoolMatrix mx_el_ne(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseComplexMatrix quotient(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:11
SparseBoolMatrix mx_el_lt(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:12
SparseBoolMatrix mx_el_or(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:13
ComplexMatrix operator-(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:11
SparseBoolMatrix mx_el_and(const Matrix &, const SparseComplexMatrix &)
Definition: smx-m-scm.cc:13