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