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