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