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