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-s-ui64nda.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_mx_s_ui64nda_h)
3 #define octave_mx_s_ui64nda_h 1
4 #include "octave-config.h"
5 #include "uint64NDArray.h"
6 #include "mx-op-decl.h"
7 SND_BIN_OP_DECLS (uint64NDArray, double, uint64NDArray, OCTAVE_API)
8 SND_CMP_OP_DECLS (double, uint64NDArray, OCTAVE_API)
9 SND_BOOL_OP_DECLS (double, uint64NDArray, OCTAVE_API)
10 #endif
#define SND_BOOL_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:199
#define SND_BIN_OP_DECLS(R, S, ND, API)
Definition: mx-op-decl.h:185
#define SND_CMP_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:191