GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcs-fnda.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_fcs_fnda_h)
3 #define octave_mx_fcs_fnda_h 1
4 #include "octave-config.h"
5 #include "fCNDArray.h"
6 #include "oct-cmplx.h"
7 #include "fNDArray.h"
22 #endif
#define OCTAVE_API
Definition: main.cc:55
boolNDArray mx_el_or_not(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:15
boolNDArray mx_el_ge(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
boolNDArray mx_el_eq(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
boolNDArray mx_el_lt(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
FloatComplexNDArray operator/(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:13
boolNDArray mx_el_or(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:15
boolNDArray mx_el_le(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
boolNDArray mx_el_and(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:15
boolNDArray mx_el_gt(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
boolNDArray mx_el_ne(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:14
boolNDArray mx_el_and_not(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:15
FloatComplexNDArray operator+(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:13
FloatComplexNDArray operator-(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:13
FloatComplexNDArray operator*(const FloatComplex &, const FloatNDArray &)
Definition: mx-fcs-fnda.cc:13
std::complex< float > FloatComplex
Definition: oct-cmplx.h:34