Search
Search Results
Search finished, found 12 page(s) matching the search query.
- numpy.memmap.sort
...numpy.memmap.sort...
- numpy.memmap.sort (Python method, in numpy.memmap.sort)
- NumPy 1.12.0 Release Notes
...o reduce scaling has been applied to the general einsum summation notation. See np.einsum_path for more details. quicksort has been changed to an introsort The quicksort kind of np.sort and np.argsort is now an introsort which is regular...
- NumPy 1.13.0 Release Notes
...on warnings at runtime. Extensions built with older f2py versions need to be recompiled to remove the warning. np.ma.argsort, np.ma.minimum.reduce, and np.ma.maximum.reduce should be called with an explicit axis argument when applied to arr...
- NumPy 1.25.0 Release Notes
...rrect results for these by avoiding the cast to float. (gh-23713) Performance improvements and changes Faster np.argsort on AVX-512 enabled processors 32-bit and 64-bit quicksort algorithm for np.argsort gain up to 6x speed up on proces...
- NumPy 2.0.0 Release Notes
...n all numpy.fft functions, Support for the array API standard in the main numpy namespace. Performance improvements: Sorting functions (sort, argsort, partition, argpartition) have been accelerated through the use of the Intel x86-simd-s...
- numpy.memmap.argsort
...numpy.memmap.argsort...
- numpy.memmap.partition
...numpy.memmap.partition method memmap.partition(kth, axis=-1, kind='introselect', order=None) Partially sorts the elements in the array in such a way that the value of the element in k-th position is in the position it would...
- numpy.memmap.sort
...numpy.memmap.sort...
- numpy.memmap.argsort (Python method, in numpy.memmap.argsort)
- numpy.memmap.searchsorted (Python method, in numpy.memmap.searchsorted)
- Structured arrays
...ther to return a recarray (or MaskedRecords if usemask==True) or just a flexible-type ndarray. Notes The output is sorted along the key. A temporary array is formed by dropping the fields not in the key for the two arrays and concatena...