GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcs-fm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_fcs_fm_h)
3 #define octave_mx_fcs_fm_h 1
4 #include "octave-config.h"
5 #include "fCMatrix.h"
6 #include "oct-cmplx.h"
7 #include "fMatrix.h"
12  extern OCTAVE_API boolMatrix mx_el_lt (const FloatComplex&, const FloatMatrix&);
13  extern OCTAVE_API boolMatrix mx_el_le (const FloatComplex&, const FloatMatrix&);
14  extern OCTAVE_API boolMatrix mx_el_ge (const FloatComplex&, const FloatMatrix&);
15  extern OCTAVE_API boolMatrix mx_el_gt (const FloatComplex&, const FloatMatrix&);
16  extern OCTAVE_API boolMatrix mx_el_eq (const FloatComplex&, const FloatMatrix&);
17  extern OCTAVE_API boolMatrix mx_el_ne (const FloatComplex&, const FloatMatrix&);
18  extern OCTAVE_API boolMatrix mx_el_and (const FloatComplex&, const FloatMatrix&);
19  extern OCTAVE_API boolMatrix mx_el_or (const FloatComplex&, const FloatMatrix&);
20 #endif
#define OCTAVE_API
Definition: main.cc:55
boolMatrix mx_el_gt(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
boolMatrix mx_el_ge(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
FloatComplexMatrix operator+(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:13
boolMatrix mx_el_and(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:15
boolMatrix mx_el_le(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
boolMatrix mx_el_or(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:15
FloatComplexMatrix operator-(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:13
FloatComplexMatrix operator*(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:13
boolMatrix mx_el_ne(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
boolMatrix mx_el_lt(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
FloatComplexMatrix operator/(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:13
boolMatrix mx_el_eq(const FloatComplex &, const FloatMatrix &)
Definition: mx-fcs-fm.cc:14
std::complex< float > FloatComplex
Definition: oct-cmplx.h:34