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