GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-cs-sm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_smx_cs_sm_h)
3 #define octave_smx_cs_sm_h 1
4 #include "octave-config.h"
5 #include "CMatrix.h"
6 #include "CSparse.h"
7 #include "oct-cmplx.h"
8 #include "dSparse.h"
9 #include "Sparse-op-defs.h"
22 #endif
#define OCTAVE_API
Definition: main.cc:55
std::complex< double > Complex
Definition: oct-cmplx.h:33
ComplexMatrix operator+(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:12
ComplexMatrix operator-(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:12
SparseBoolMatrix mx_el_le(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_gt(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_eq(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_ge(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_lt(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_and(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:14
SparseComplexMatrix operator/(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:12
SparseBoolMatrix mx_el_ne(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:13
SparseBoolMatrix mx_el_or(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:14
SparseComplexMatrix operator*(const Complex &, const SparseMatrix &)
Definition: smx-cs-sm.cc:12