Pakiet: python3-numpy-minmax (0.5.0-1 i inne)
Odnośniki dla python3-numpy-minmax
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego numpy-minmax:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
fast minimum and maximum calculation for NumPy arrays
Provides a function that returns the minimum and maximum values from a NumPy array in a single call. This avoids making separate passes for low and high values and is intended for cases where both results are needed together.
The implementation focuses on float32 arrays, with optimized handling for C-contiguous arrays, Fortran-contiguous arrays, and one-dimensional strided arrays. It also includes optimized handling for contiguous int16 arrays. For array layouts outside those cases, such as higher-dimensional strided arrays, it falls back to NumPy's normal minimum and maximum operations.
This library is aimed at fast reduction over array data while keeping the result simple: a pair containing the smallest and largest values found in the input. It works on NumPy ndarrays and is particularly concerned with the memory layout and element type of the array, since those determine which code path is used.
Inne pakiety związane z python3-numpy-minmax
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- Biblioteka GNU C: biblioteki współdzielone
również pakiet wirtualny udostępniany przez libc6-udeb
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [amd64, i386, s390x]
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
Pobieranie python3-numpy-minmax
| Architektura | Wersja | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|---|
| amd64 | 0.5.0-1+b1 | 10,6 KiB | 40,0 KiB | [lista plików] |
| arm64 | 0.5.0-1 | 8,8 KiB | 87,0 KiB | [lista plików] |
| i386 | 0.5.0-1 | 9,0 KiB | 38,0 KiB | [lista plików] |
| ppc64el | 0.5.0-1 | 9,3 KiB | 86,0 KiB | [lista plików] |
| riscv64 | 0.5.0-1 | 8,3 KiB | 31,0 KiB | [lista plików] |
| s390x | 0.5.0-1 | 8,6 KiB | 34,0 KiB | [lista plików] |
