GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-i8nda-fnda.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_i8nda_fnda_h)
3 #define octave_mx_i8nda_fnda_h 1
4 #include "octave-config.h"
5 #include "int8NDArray.h"
6 #include "fNDArray.h"
9  extern OCTAVE_API int8NDArray product (const int8NDArray&, const FloatNDArray&);
10  extern OCTAVE_API int8NDArray quotient (const int8NDArray&, const FloatNDArray&);
11  extern OCTAVE_API boolNDArray mx_el_lt (const int8NDArray&, const FloatNDArray&);
12  extern OCTAVE_API boolNDArray mx_el_le (const int8NDArray&, const FloatNDArray&);
13  extern OCTAVE_API boolNDArray mx_el_ge (const int8NDArray&, const FloatNDArray&);
14  extern OCTAVE_API boolNDArray mx_el_gt (const int8NDArray&, const FloatNDArray&);
15  extern OCTAVE_API boolNDArray mx_el_eq (const int8NDArray&, const FloatNDArray&);
16  extern OCTAVE_API boolNDArray mx_el_ne (const int8NDArray&, const FloatNDArray&);
18  extern OCTAVE_API boolNDArray mx_el_or (const int8NDArray&, const FloatNDArray&);
23 #endif
#define OCTAVE_API
Definition: main.cc:55
boolNDArray mx_el_le(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_not_or(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_eq(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_or(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_and_not(const int8NDArray &, const FloatNDArray &)
int8NDArray operator-(const int8NDArray &, const FloatNDArray &)
int8NDArray product(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_lt(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_or_not(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_ne(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_gt(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_not_and(const int8NDArray &, const FloatNDArray &)
int8NDArray operator+(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_ge(const int8NDArray &, const FloatNDArray &)
int8NDArray quotient(const int8NDArray &, const FloatNDArray &)
boolNDArray mx_el_and(const int8NDArray &, const FloatNDArray &)