2 #if ! defined (octave_smx_m_scm_h)
3 #define octave_smx_m_scm_h 1
4 #include "octave-config.h"
ComplexMatrix operator+(const Matrix &, const SparseComplexMatrix &)
SparseComplexMatrix product(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_gt(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_eq(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_le(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_ge(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_ne(const Matrix &, const SparseComplexMatrix &)
SparseComplexMatrix quotient(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_lt(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_or(const Matrix &, const SparseComplexMatrix &)
ComplexMatrix operator-(const Matrix &, const SparseComplexMatrix &)
SparseBoolMatrix mx_el_and(const Matrix &, const SparseComplexMatrix &)