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-nda.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops
2 #if !defined (octave_mx_cs_nda_h)
3 #define octave_mx_cs_nda_h 1
4 #include "CNDArray.h"
5 #include "oct-cmplx.h"
6 #include "dNDArray.h"
7 #include "mx-op-decl.h"
9 SND_CMP_OP_DECLS (Complex, NDArray, OCTAVE_API)
10 SND_BOOL_OP_DECLS (Complex, NDArray, OCTAVE_API)
11 #endif
#define SND_BOOL_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:197
#define SND_BIN_OP_DECLS(R, S, ND, API)
Definition: mx-op-decl.h:183
#define SND_CMP_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:189
std::complex< double > Complex
Definition: oct-cmplx.h:29