2 #if ! defined (octave_smx_cs_sm_h)
3 #define octave_smx_cs_sm_h 1
4 #include "octave-config.h"
std::complex< double > Complex
ComplexMatrix operator+(const Complex &, const SparseMatrix &)
ComplexMatrix operator-(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_le(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_gt(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_eq(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_ge(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_lt(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_and(const Complex &, const SparseMatrix &)
SparseComplexMatrix operator/(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_ne(const Complex &, const SparseMatrix &)
SparseBoolMatrix mx_el_or(const Complex &, const SparseMatrix &)
SparseComplexMatrix operator*(const Complex &, const SparseMatrix &)