2 #if ! defined (octave_mx_fcs_fm_h)
3 #define octave_mx_fcs_fm_h 1
4 #include "octave-config.h"
boolMatrix mx_el_gt(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_ge(const FloatComplex &, const FloatMatrix &)
FloatComplexMatrix operator+(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_and(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_le(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_or(const FloatComplex &, const FloatMatrix &)
FloatComplexMatrix operator-(const FloatComplex &, const FloatMatrix &)
FloatComplexMatrix operator*(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_ne(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_lt(const FloatComplex &, const FloatMatrix &)
FloatComplexMatrix operator/(const FloatComplex &, const FloatMatrix &)
boolMatrix mx_el_eq(const FloatComplex &, const FloatMatrix &)
std::complex< float > FloatComplex