matrix.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this array
ndarray.__ifloordiv__ x.__ifloordiv__(y) <==> x//y
MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
ndarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect
recarray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data
record.take() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.getA1()
recarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of
static ndarray.__new__(S, ...) ? a new object with type S, a subtype of T
MaskedArray.__ifloordiv__(other)
Page 38 of 56