GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-sm-scm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_smx_sm_scm_h)
3 #define octave_smx_sm_scm_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
SparseBoolMatrix mx_el_gt(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseBoolMatrix mx_el_ne(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseBoolMatrix mx_el_eq(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseComplexMatrix operator+(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:10
SparseComplexMatrix quotient(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:10
SparseBoolMatrix mx_el_and(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:12
SparseBoolMatrix mx_el_lt(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseBoolMatrix mx_el_ge(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseBoolMatrix mx_el_or(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:12
SparseComplexMatrix operator-(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:10
SparseBoolMatrix mx_el_le(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:11
SparseComplexMatrix product(const SparseMatrix &, const SparseComplexMatrix &)
Definition: smx-sm-scm.cc:10