Search
Searching
- numpy.ndarray.ndim
...NumPy reference Array objects The N-dimensional array (ndarray) numpy.ndarray.ndim...
- numpy.ndarray.ndim (Python attribute, in numpy.ndarray.ndim)
- Array iterator API
...S_OK, NPY_KEEPORDER, NPY_NO_CASTING, NULL); if (iter == NULL) { return -1; } if (NpyIter_GetNDim(iter) != 2) { NpyIter_Deallocate(iter); PyErr_SetString(PyExc_ValueError, "Array must be 2-D");...
- ctypes foreign function interface (
numpy.ctypeslib
)...the expected extension, or the library is defective and cannot be loaded. numpy.ctypeslib.ndpointer(dtype=None, ndim=None, shape=None, flags=None)[source] Array-checking restype/argtypes. An ndpointer instance is used to describe an...
- Indexing on
ndarrays
...selection tuple to index all dimensions. In most cases, this means that the length of the expanded selection tuple is x.ndim. There may only be a single ellipsis present. From the above example: >>> x[..., 0] array([[1, 2, 3], [4, 5,...
- NumPy 1.13.0 Release Notes
...tch the behavior of np.conjugate, which throws an error). Calling expand_dims when the axis keyword does not satisfy -a.ndim - 1 <= axis <= a.ndim, where a is the array being reshaped, is deprecated. Future Changes Assignment between st...
- NumPy 1.22.0 Release Notes
...nt.bit_count or popcount in C++. >>> np.uint32(1023).bit_count() 10 >>> np.int32(-127).bit_count() 7 (gh-19355) The ndim and axis attributes have been added to numpy.AxisError The ndim and axis parameters are now also stored as attribut...
- NumPy 1.25.0 Release Notes
....sometrue is deprecated. Use np.any instead. (gh-23314) np.alltrue is deprecated. Use np.all instead. (gh-23314) Only ndim-0 arrays are treated as scalars. NumPy used to treat all arrays of size 1 (e.g., np.array([3.14])) as scalars. In...
- NumPy 1.9.0 Release Notes
- NumPy for MATLAB users
- NumPy quickstart
- numpy.argwhere
- numpy.ascontiguousarray
- numpy.asfortranarray
- numpy.atleast_1d
- numpy.atleast_2d
- numpy.atleast_3d
- numpy.block
- numpy.diagonal
- numpy.expand_dims
- numpy.inner
- numpy.kron
- numpy.linalg.norm
- numpy.linalg.solve
- numpy.linalg.svd
- numpy.linalg.tensorsolve
- numpy.ma.atleast_1d
- numpy.ma.atleast_2d
- numpy.ma.atleast_3d
- numpy.ma.expand_dims
- numpy.ma.inner
- numpy.ma.innerproduct
- numpy.ma.ndim
- numpy.matrix
- numpy.max
- numpy.min
- numpy.ndarray
- numpy.ndarray.ctypes
- numpy.ndarray.ndim
- numpy.ndarray.tolist
- numpy.ndim
- numpy.nditer
- numpy.permute_dims
- numpy.polydiv
- numpy.polynomial.chebyshev.chebdomain
- numpy.polynomial.chebyshev.chebint
- numpy.polynomial.chebyshev.chebone
- numpy.polynomial.chebyshev.chebx
- numpy.polynomial.chebyshev.chebzero
- numpy.polynomial.hermite.hermdomain
- numpy.polynomial.hermite.hermint
- numpy.polynomial.hermite.hermone
- numpy.polynomial.hermite.hermx
- numpy.polynomial.hermite.hermzero
- numpy.polynomial.hermite_e.hermedomain
- numpy.polynomial.hermite_e.hermeint
- numpy.polynomial.hermite_e.hermeone
- numpy.polynomial.hermite_e.hermex
- numpy.polynomial.hermite_e.hermezero
- numpy.polynomial.laguerre.lagdomain