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