ndarray.__ixor__ x.__ixor__(y) <==> x^=y
MaskedArray.__reduce__()
matrix.itemsize Length of one array element in bytes. Examples
ndarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type.
MaskedArray.__copy__([order]) Return a copy of the array.
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
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
ndarray.__invert__ x.__invert__() <==> ~x
matrix.A Return self as an
Page 41 of 56