GNU Octave  4.0.0
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-cs-m.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops
2 #if !defined (octave_mx_cs_m_h)
3 #define octave_mx_cs_m_h 1
4 #include "CMatrix.h"
5 #include "oct-cmplx.h"
6 #include "dMatrix.h"
7 #include "mx-op-decl.h"
9 SM_CMP_OP_DECLS (Complex, Matrix, OCTAVE_API)
10 SM_BOOL_OP_DECLS (Complex, Matrix, OCTAVE_API)
11 #endif
#define SM_CMP_OP_DECLS(S, M, API)
Definition: mx-op-decl.h:112
#define SM_BOOL_OP_DECLS(S, M, API)
Definition: mx-op-decl.h:120
Definition: dMatrix.h:35
#define SM_BIN_OP_DECLS(R, S, M, API)
Definition: mx-op-decl.h:106
std::complex< double > Complex
Definition: oct-cmplx.h:29