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