Search
Search Results
Search finished, found 18 page(s) matching the search query.
- numpy.matrix.itemsize
...numpy.matrix.itemsize...
- numpy.matrix.itemsize (Python attribute, in numpy.matrix.itemsize)
- Array iterator API
...yIter_IterNextFunc *iternext; PyObject *op[2], *ret; npy_uint32 flags; npy_uint32 op_flags[2]; npy_intp itemsize, *innersizeptr, innerstride; char **dataptrarray; /* * No inner iteration - inner loop is handled...
- 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
...at aligned structured dtypes may now have a different size. For instance, np.dtype('c8,u1', align=True) used to have an itemsize of 16 (on x64/gcc) but now it is 12. More in detail, the complex64 type now has the same alignment as a C-struc...
- NumPy 1.8.0 Release Notes
...se otherwise. The typical problem we’ve seen so far is C code that works with C-contiguous arrays, and assumes that the itemsize can be accessed by looking at the last element in the PyArray_STRIDES(arr) array. When relaxed strides are in e...
- 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.chararray
- numpy.matrix
- numpy.matrix.flags
...arbitrary if arr.shape[dim] == 1 or the array has no elements. It does not generally hold that self.strides[-1] == self.itemsize for C-style contiguous arrays or self.strides[0] == self.itemsize for Fortran-style contiguous arrays is true....
- numpy.matrix.itemsize
...numpy.matrix.itemsize...
- numpy.matrix.nbytes
- numpy.matrix.strides
- numpy.recarray
- The N-dimensional array (
ndarray
) - Array API
- Glossary