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