GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcm-fm.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_fcm_fm_h)
3 #define octave_mx_fcm_fm_h 1
4 #include "octave-config.h"
5 #include "fCMatrix.h"
6 #include "fMatrix.h"
19 #endif
#define OCTAVE_API
Definition: main.cc:55
FloatComplexMatrix operator-(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:20
FloatComplexMatrix product(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:26
boolMatrix mx_el_le(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36
boolMatrix mx_el_eq(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36
boolMatrix mx_el_and(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:37
FloatComplexMatrix quotient(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:32
boolMatrix mx_el_ge(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36
boolMatrix mx_el_gt(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36
FloatComplexMatrix operator+(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:14
boolMatrix mx_el_or(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:37
boolMatrix mx_el_lt(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36
boolMatrix mx_el_ne(const FloatComplexMatrix &, const FloatMatrix &)
Definition: mx-fcm-fm.cc:36