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