matrix.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that
record.tobytes()
MaskedArray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in
recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type
recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.
MaskedArray.__itruediv__(other)
dtype.flags Bit-flags describing how this data type is to be interpreted. Bit-masks are in numpy.core.multiarray
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
generic.conjugate() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
Page 17 of 56