ndarray
dtype
numpy.ma
ufunc
numpy.typing
numpy.distutils
attribute
Length of one array element in bytes.
Examples
>>> x = np.array([1,2,3], dtype=np.float64) >>> x.itemsize 8 >>> x = np.array([1,2,3], dtype=np.complex128) >>> x.itemsize 16
previous
numpy.ma.MaskedArray.flags
next
numpy.ma.MaskedArray.nbytes