python3-bottleneck

Fast NumPy array functions written in C (Python 3)
  https://github.com/pydata/bottleneck
  0
  no reviews



Bottleneck is a collection of fast NumPy array functions written in C.

Only arrays with data type (dtype) int32, int64, float32, and float64 are accelerated. All other dtypes result in calls to slower, unaccelerated functions.

This package provides the modules for Python 3.