Search
Search Results
Search finished, found 7 page(s) matching the search query.
- Sorting, searching, and counting
...NumPy reference Routines and objects by topic Sorting, searching, and counting...
- Sorting, searching, and counting
...NumPy reference Routines and objects by topic Sorting, searching, and counting...
- Array API
...the dims c-array of length nd. The data-type of the array is indicated by typenum. If data comes from another reference-counted Python object, the reference count on this object should be increased after the pointer is passed in, and the ba...
- NumPy reference
...atical functions Miscellaneous routines Polynomials Random sampling (numpy.random) Set routines Sorting, searching, and counting Statistics Test support (numpy.testing) Window functions Typing (numpy.typing) Packaging (numpy.distutils...
- Routines and objects by topic
...atical functions Miscellaneous routines Polynomials Random sampling (numpy.random) Set routines Sorting, searching, and counting Statistics Test support (numpy.testing) Window functions...
- Structured arrays
...the empty string '', the field will be given a default name of the form f#, where # is the integer index of the field, counting from 0 from the left: >>> np.dtype([('x', 'f4'), ('', 'i4'), ('z', 'i8')]) dtype([('x', '<f4'), ('f1', '<i4'),...
- Universal functions (
ufunc
) basics...n >= 1. The axis keyword specifies the axis of the array over which the reduction will take place (with negative values counting backwards). Generally, it is an integer, though for numpy.ufunc.reduce, it can also be a tuple of int to reduce...