neq In Place
Compares if each element in the array is not equal to another array in place.
Parameters
other
the other array, must have the same shape as this array
Compares if each element in the array is not equal to a scalar in place.
Parameters
other
the scalar