全部搜尋項
forky  ] [  sid  ]
[ 原始碼: numpy-minmax  ]

套件:python3-numpy-minmax(0.5.0-1 以及其他的)

python3-numpy-minmax 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 numpy-minmax

維護小組:

外部的資源:

相似套件:

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.

其他與 python3-numpy-minmax 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python3-numpy-minmax

下載可用於所有硬體架構的
硬體架構 版本 套件大小 安裝後大小 檔案
amd64 0.5.0-1+b1 10。6 kB40。0 kB [檔案列表]
arm64 0.5.0-1 8。8 kB87。0 kB [檔案列表]
i386 0.5.0-1 9。0 kB38。0 kB [檔案列表]
ppc64el 0.5.0-1 9。3 kB86。0 kB [檔案列表]
riscv64 0.5.0-1 8。3 kB31。0 kB [檔案列表]
s390x 0.5.0-1 8。6 kB34。0 kB [檔案列表]