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