Mercurial > hg > octave-lyh
comparison liboctave/uint64NDArray.h @ 8774:b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Feb 2009 08:38:00 +0100 |
parents | e8d953d03f6a |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
22 | 22 |
23 #if !defined (octave_uint64NDArray_h) | 23 #if !defined (octave_uint64NDArray_h) |
24 #define octave_uint64NDArray_h 1 | 24 #define octave_uint64NDArray_h 1 |
25 | 25 |
26 #include "intNDArray.h" | 26 #include "intNDArray.h" |
27 #include "mx-op-defs.h" | 27 #include "mx-op-decl.h" |
28 #include "oct-inttypes.h" | 28 #include "oct-inttypes.h" |
29 | 29 |
30 typedef intNDArray<octave_uint64> uint64NDArray; | 30 typedef intNDArray<octave_uint64> uint64NDArray; |
31 | 31 |
32 NDS_CMP_OP_DECLS (uint64NDArray, octave_uint64, OCTAVE_API) | 32 NDS_CMP_OP_DECLS (uint64NDArray, octave_uint64, OCTAVE_API) |