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