2 #if ! defined (octave_mx_ui32nda_i8nda_h)
3 #define octave_mx_ui32nda_i8nda_h 1
4 #include "octave-config.h"
boolNDArray mx_el_ne(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_and(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_or(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_ge(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_and_not(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_not_and(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_or_not(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_gt(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_not_or(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_eq(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_le(const uint32NDArray &, const int8NDArray &)
boolNDArray mx_el_lt(const uint32NDArray &, const int8NDArray &)