Search
Search Results
Search finished, found 47 page(s) matching the search query.
- numpy.ndarray.repeat
- numpy.ndarray.repeat (Python method, in numpy.ndarray.repeat)
- Array iterator API
- How to extend NumPy
...at do not require a separate extraction of the module dictionary. These are documented in the Python documentation, but repeated here for convenience: int PyModule_AddObject(PyObject *module, char *name, PyObject *value) int PyModule_...
- Indexing on
ndarrays
...of elements i, i+k, …, i + (m - 1) k < j. Basic slicing with more than one non-: entry in the slicing tuple, acts like repeated application of slicing using a single non-: entry, where the non-: entries are successively taken (with all oth...
- NumPy 1.10.0 Release Notes
- NumPy 1.14.0 Release Notes
...first field of the source to the destination. Using field “titles” in multiple-field indexing is now disallowed, as is repeating a field name in a multiple-field index. The documentation for structured arrays in the user guide has been sig...
- NumPy 1.9.0 Release Notes
- NumPy C code explanations
- NumPy quickstart
- numpy.apply_over_axes
- numpy.cov
- numpy.einsum
- numpy.fft.fft2
- numpy.fft.fftn
- numpy.fft.ifft2
- numpy.fft.ifftn
- numpy.fft.irfftn
- numpy.info
- numpy.lib.format
- numpy.linalg.eigh
- numpy.linalg.eigvals
- numpy.linalg.eigvalsh
- numpy.linalg.matrix_power
- numpy.ma.apply_over_axes
- numpy.ma.MaskType.repeat
- numpy.matlib.repmat
- numpy.meshgrid
- numpy.ndarray.repeat
- numpy.place
- numpy.put
- numpy.putmask
- numpy.random.choice
- numpy.random.Generator.choice
- numpy.random.Generator.multivariate_hypergeometric
- numpy.random.RandomState.choice
- numpy.record.repeat
- numpy.repeat
- numpy.resize
- numpy.tile
- numpy.trapezoid
- numpy.ufunc
- numpy.ufunc.accumulate
- numpy.unique
- NumPy: the absolute basics for beginners
- The N-dimensional array (
ndarray
) - Array API