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