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