Mercurial > hg > octave-lyh
comparison liboctave/int64NDArray.h @ 5073:e71be9c548f2
[project @ 2004-11-09 18:31:25 by jwe]
author | jwe |
---|---|
date | Tue, 09 Nov 2004 18:31:26 +0000 |
parents | c638c144d4da |
children | e35b034d3523 |
comparison
equal
deleted
inserted
replaced
5072:97b62f0c1bee | 5073:e71be9c548f2 |
---|---|
31 #include "mx-op-defs.h" | 31 #include "mx-op-defs.h" |
32 #include "oct-inttypes.h" | 32 #include "oct-inttypes.h" |
33 | 33 |
34 typedef intNDArray<octave_int64> int64NDArray; | 34 typedef intNDArray<octave_int64> int64NDArray; |
35 | 35 |
36 OCTAVE_INT_CONCAT_DECL (octave_int64) | |
37 | |
38 NDS_CMP_OP_DECLS (int64NDArray, octave_int64) | 36 NDS_CMP_OP_DECLS (int64NDArray, octave_int64) |
39 NDS_BOOL_OP_DECLS (int64NDArray, octave_int64) | 37 NDS_BOOL_OP_DECLS (int64NDArray, octave_int64) |
40 | 38 |
41 SND_CMP_OP_DECLS (octave_int64, int64NDArray) | 39 SND_CMP_OP_DECLS (octave_int64, int64NDArray) |
42 SND_BOOL_OP_DECLS (octave_int64, int64NDArray) | 40 SND_BOOL_OP_DECLS (octave_int64, int64NDArray) |