Ejemplo n.º 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))
Ejemplo n.º 2
0
 def __ne__(self, other):
     return self._rc(not_equal(self.array, other))
Ejemplo n.º 3
0
 def __ne__(self, other):
     return self._rc(not_equal(self.array, other))