Search
Search Results
Search finished, found 80 page(s) matching the search query.
- numpy.dtype.itemsize
- numpy.dtype.itemsize (Python attribute, in numpy.dtype.itemsize)
- Array iterator API
- Data type objects (
dtype
) - Memory alignment
- NumPy 1.14.0 Release Notes
..., considering a buffer of all zeros as false, and anything else as true. Checks for V0 can still be done with arr.dtype.itemsize == 0. MaskedArray.squeeze never returns np.ma.masked np.squeeze is documented as returning a view, but the ma...
- NumPy 1.16.0 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 2.0 migration guide
- NumPy 2.0.0 Release Notes
...hon scalar instead. np.round_ has been removed. Use np.round instead. np.nbytes has been removed. Use np.dtype(<dtype>).itemsize instead. (gh-24477) np.compare_chararrays has been removed from the main namespace. Use np.char.compare_charar...
- NumPy quickstart
- numpy.char.array
- numpy.char.asarray
- numpy.char.chararray
- numpy.char.chararray.itemsize
- numpy.char.chararray.nbytes
- numpy.char.chararray.strides
- numpy.dtype
- numpy.dtype.itemsize
- numpy.info
- numpy.lib.array_utils.byte_bounds
- numpy.lib.format
- numpy.ma.masked_array.itemsize
- numpy.ma.masked_array.nbytes
- numpy.ma.masked_array.strides
- numpy.ma.MaskedArray.itemsize
- numpy.ma.MaskedArray.nbytes
- numpy.ma.MaskedArray.strides
- numpy.matrix
- numpy.matrix.itemsize
- numpy.matrix.nbytes
- numpy.matrix.strides
- numpy.memmap.itemsize
- numpy.memmap.nbytes
- numpy.memmap.strides
- numpy.ndarray
- numpy.ndarray.itemsize
- numpy.ndarray.nbytes
- numpy.ndarray.strides
- numpy.polynomial.chebyshev.chebdomain
- numpy.polynomial.chebyshev.chebone
- numpy.polynomial.chebyshev.chebx
- numpy.polynomial.chebyshev.chebzero
- numpy.polynomial.hermite.hermdomain
- numpy.polynomial.hermite.hermone
- numpy.polynomial.hermite.hermx
- numpy.polynomial.hermite.hermzero
- numpy.polynomial.hermite_e.hermedomain
- numpy.polynomial.hermite_e.hermeone
- numpy.polynomial.hermite_e.hermex
- numpy.polynomial.hermite_e.hermezero
- numpy.polynomial.laguerre.lagdomain
- numpy.polynomial.laguerre.lagone
- numpy.polynomial.laguerre.lagx
- numpy.polynomial.laguerre.lagzero
- numpy.polynomial.legendre.legdomain
- numpy.polynomial.legendre.legone
- numpy.polynomial.legendre.legx
- numpy.polynomial.legendre.legzero
- numpy.polynomial.polynomial.polydomain
- numpy.polynomial.polynomial.polyone
- numpy.polynomial.polynomial.polyx
- numpy.polynomial.polynomial.polyzero
- numpy.recarray
- numpy.recarray.itemsize
- numpy.recarray.nbytes
- numpy.recarray.strides
- numpy.record
- Python types and C-structures
- Array API
- Glossary
- Iterating over arrays
- Scalars
- Signature file
- Structured arrays
- The N-dimensional array (
ndarray
)