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