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