GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcnda-fs.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_fcnda_fs_h)
3 #define octave_mx_fcnda_fs_h 1
4 #include "octave-config.h"
5 #include "fCNDArray.h"
10  extern OCTAVE_API boolNDArray mx_el_lt (const FloatComplexNDArray&, const float&);
11  extern OCTAVE_API boolNDArray mx_el_le (const FloatComplexNDArray&, const float&);
12  extern OCTAVE_API boolNDArray mx_el_ge (const FloatComplexNDArray&, const float&);
13  extern OCTAVE_API boolNDArray mx_el_gt (const FloatComplexNDArray&, const float&);
14  extern OCTAVE_API boolNDArray mx_el_eq (const FloatComplexNDArray&, const float&);
15  extern OCTAVE_API boolNDArray mx_el_ne (const FloatComplexNDArray&, const float&);
16  extern OCTAVE_API boolNDArray mx_el_and (const FloatComplexNDArray&, const float&);
17  extern OCTAVE_API boolNDArray mx_el_or (const FloatComplexNDArray&, const float&);
18  extern OCTAVE_API boolNDArray mx_el_not_and (const FloatComplexNDArray&, const float&);
19  extern OCTAVE_API boolNDArray mx_el_not_or (const FloatComplexNDArray&, const float&);
20 #endif
#define OCTAVE_API
Definition: main.cc:55
FloatComplexNDArray operator*(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:11
boolNDArray mx_el_lt(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
boolNDArray mx_el_and(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:13
FloatComplexNDArray operator-(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:11
boolNDArray mx_el_eq(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
FloatComplexNDArray operator/(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:11
boolNDArray mx_el_gt(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
boolNDArray mx_el_ge(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
boolNDArray mx_el_not_and(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:13
boolNDArray mx_el_le(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
boolNDArray mx_el_or(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:13
boolNDArray mx_el_ne(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:12
boolNDArray mx_el_not_or(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:13
FloatComplexNDArray operator+(const FloatComplexNDArray &, const float &)
Definition: mx-fcnda-fs.cc:11