GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-i32nda-i16.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_i32nda_i16_h)
3 #define octave_mx_i32nda_i16_h 1
4 #include "octave-config.h"
5 #include "int32NDArray.h"
6 #include "oct-inttypes.h"
17 #endif
#define OCTAVE_API
Definition: main.cc:55
boolNDArray mx_el_eq(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_ge(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_and(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_ne(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_or(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_le(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_gt(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_not_and(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_not_or(const int32NDArray &, const octave_int16 &)
boolNDArray mx_el_lt(const int32NDArray &, const octave_int16 &)