ndarray.__ifloordiv__ x.__ifloordiv__(y) <==> x//y
generic.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
ndarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively
generic.reshape() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
ndarray.__invert__ x.__invert__() <==> ~x
matrix.base Base object if memory is from some other object. Examples The base of an array
matrix.A Return self as an
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
ndarray.__pow__(y[, z]) <==> pow(x, y[, z])
Page 35 of 56