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