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