comparison liboctave/boolMatrix.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 a9b37bae1802
comparison
equal deleted inserted replaced
9577:b03062e16c6f 9578:7dafdb8b062f
100 } 100 }
101 101
102 MM_BOOL_OPS (boolMatrix, boolMatrix) 102 MM_BOOL_OPS (boolMatrix, boolMatrix)
103 MS_BOOL_OPS (boolMatrix, bool) 103 MS_BOOL_OPS (boolMatrix, bool)
104 SM_BOOL_OPS (bool, boolMatrix) 104 SM_BOOL_OPS (bool, boolMatrix)
105 MM_CMP_OPS (boolMatrix, , boolMatrix, ) 105 MM_CMP_OPS (boolMatrix, boolMatrix)
106 106
107 /* 107 /*
108 ;;; Local Variables: *** 108 ;;; Local Variables: ***
109 ;;; mode: C++ *** 109 ;;; mode: C++ ***
110 ;;; End: *** 110 ;;; End: ***