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