comparison liboctave/boolNDArray.h @ 4669:334a27c8f453

[project @ 2003-11-26 07:02:42 by jwe]
author jwe
date Wed, 26 Nov 2003 07:02:42 +0000
parents 623f6262a8e9
children c88afb778c41
comparison
equal deleted inserted replaced
4668:7849788ca4bd 4669:334a27c8f453
97 private: 97 private:
98 98
99 boolNDArray (bool *d, dim_vector& dv) : ArrayN<bool> (d, dv) { } 99 boolNDArray (bool *d, dim_vector& dv) : ArrayN<bool> (d, dv) { }
100 }; 100 };
101 101
102 NDND_BOOL_OP_DECLS (boolNDArray, boolNDArray)
102 NDND_CMP_OP_DECLS (boolNDArray, boolNDArray) 103 NDND_CMP_OP_DECLS (boolNDArray, boolNDArray)
104
105 NDS_BOOL_OP_DECLS (boolNDArray, bool)
106 NDS_CMP_OP_DECLS (boolNDArray, bool)
107
108 SND_BOOL_OP_DECLS (bool, boolNDArray)
109 SND_CMP_OP_DECLS (bool, boolNDArray)
103 110
104 #endif 111 #endif
105 112
106 /* 113 /*
107 ;;; Local Variables: *** 114 ;;; Local Variables: ***