ndarray.__and__ x.__and__(y) <==> x&y
ndarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
ndarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
ndarray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
ndarray.__mod__ x.__mod__(y) <==> x%y
ndarray.__or__ x.__or__(y) <==> x|y
ndarray.__div__ x.__div__(y) <==> x/y
ndarray.flags Information about the memory layout of the array. Notes The
ndarray.copy(order='C') Return a copy of the array.
ndarray.__abs__() <==> abs(x)
Page 7 of 13