GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mx-cm-m.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_cm_m_h)
3 #define octave_mx_cm_m_h 1
4 #include "octave-config.h"
5 #include "CMatrix.h"
6 #include "dMatrix.h"
7 #include "mx-op-decl.h"
10 MM_BOOL_OP_DECLS (ComplexMatrix, Matrix, OCTAVE_API)
11 #endif
#define MM_BIN_OP_DECLS(R, M1, M2, API)
Definition: mx-op-decl.h:133
#define MM_CMP_OP_DECLS(M1, M2, API)
Definition: mx-op-decl.h:139
#define MM_BOOL_OP_DECLS(M1, M2, API)
Definition: mx-op-decl.h:147
Definition: dMatrix.h:37