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