2 #if ! defined (octave_mx_nda_i32nda_h)
3 #define octave_mx_nda_i32nda_h 1
4 #include "octave-config.h"
int32NDArray product(const NDArray &, const int32NDArray &)
int32NDArray quotient(const NDArray &, const int32NDArray &)
boolNDArray mx_el_lt(const NDArray &, const int32NDArray &)
boolNDArray mx_el_and_not(const NDArray &, const int32NDArray &)
int32NDArray operator-(const NDArray &, const int32NDArray &)
boolNDArray mx_el_or_not(const NDArray &, const int32NDArray &)
boolNDArray mx_el_or(const NDArray &, const int32NDArray &)
boolNDArray mx_el_le(const NDArray &, const int32NDArray &)
boolNDArray mx_el_not_or(const NDArray &, const int32NDArray &)
int32NDArray operator+(const NDArray &, const int32NDArray &)
boolNDArray mx_el_not_and(const NDArray &, const int32NDArray &)
boolNDArray mx_el_and(const NDArray &, const int32NDArray &)
boolNDArray mx_el_ge(const NDArray &, const int32NDArray &)
boolNDArray mx_el_ne(const NDArray &, const int32NDArray &)
boolNDArray mx_el_gt(const NDArray &, const int32NDArray &)
boolNDArray mx_el_eq(const NDArray &, const int32NDArray &)