recarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
MaskedArray.__len__() <==> len(x)
New in version 1.7.0. Starting in NumPy 1.7, there are core array data types which natively
recarray.fill(value) Fill the array with a scalar value.
matrix.T Returns the transpose of the matrix. Does not conjugate! For the complex conjugate transpose, use
ndarray.__and__ x.__and__(y) <==> x&y
generic.imag imaginary part of scalar
MaskedArray.__hex__() <==> hex(x)
MaskedArray.compress(condition, axis=None, out=None)
matrix.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
Page 25 of 56