generic.choose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.T Returns the transpose of the matrix. Does not conjugate! For the complex conjugate transpose, use
ndarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
generic.item() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.resize(new_shape, refcheck=True) Change shape and size of array in-place.
ndarray.flags Information about the memory layout of the array. Notes The
MaskedArray.__add__(other)
recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect
MaskedArray.__array_wrap__(obj, context=None)
ndarray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged
Page 24 of 56