comparison liboctave/uint64NDArray.cc @ 9578:7dafdb8b062f

refactor comparison ops implementations
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 27 Aug 2009 11:19:33 +0200
parents 3d6a9aea2aea
children 26abff55f6fe
comparison
equal deleted inserted replaced
9577:b03062e16c6f 9578:7dafdb8b062f
37 37
38 template OCTAVE_API 38 template OCTAVE_API
39 std::istream& 39 std::istream&
40 operator >> (std::istream& is, intNDArray<octave_uint64>& a); 40 operator >> (std::istream& is, intNDArray<octave_uint64>& a);
41 41
42 NDS_CMP_OPS (uint64NDArray, , octave_uint64, ) 42 NDS_CMP_OPS (uint64NDArray, octave_uint64)
43 NDS_BOOL_OPS (uint64NDArray, octave_uint64) 43 NDS_BOOL_OPS (uint64NDArray, octave_uint64)
44 44
45 SND_CMP_OPS (octave_uint64, , uint64NDArray, ) 45 SND_CMP_OPS (octave_uint64, uint64NDArray)
46 SND_BOOL_OPS (octave_uint64, uint64NDArray) 46 SND_BOOL_OPS (octave_uint64, uint64NDArray)
47 47
48 NDND_CMP_OPS (uint64NDArray, , uint64NDArray, ) 48 NDND_CMP_OPS (uint64NDArray, uint64NDArray)
49 NDND_BOOL_OPS (uint64NDArray, uint64NDArray) 49 NDND_BOOL_OPS (uint64NDArray, uint64NDArray)
50 50
51 MINMAX_FCNS (uint64) 51 MINMAX_FCNS (uint64)
52 52
53 /* 53 /*