示例#1
0
 def __ne__(self,other): return self._rc(not_equal(self.array,other))
 def __gt__(self,other): return self._rc(greater(self.array,other))
示例#2
0
 def __ne__(self, other):
     return self._rc(not_equal(self.array, other))
 def __ne__(self, other):
     return self._rc(not_equal(self.array, other))