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