ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__ixor__ x.__ixor__(y) <==> x^=y

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__reduce__()

2025-01-10 15:47:30
matrix.itemsize
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.itemsize Length of one array element in bytes. Examples

2025-01-10 15:47:30
ndarray.astype()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type.

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__copy__([order]) Return a copy of the array.

2025-01-10 15:47:30
generic.itemset()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,

2025-01-10 15:47:30
ndarray.setflags()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively

2025-01-10 15:47:30
MaskedArray.byteswap()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian

2025-01-10 15:47:30
ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__invert__ x.__invert__() <==> ~x

2025-01-10 15:47:30
matrix.A
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.A Return self as an

2025-01-10 15:47:30