[ 源代码: python-sparse ]
软件包:python3-sparse(0.11.2-3)
python3-sparse 的相关链接
Debian 的资源:
下载源码包 python-sparse:
- [python-sparse_0.11.2-3.dsc]
- [python-sparse_0.11.2.orig.tar.gz]
- [python-sparse_0.11.2-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
multidimensional sparse arrays for Python
This package implements sparse multidimensional arrays on top of NumPy and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but extends beyond just rows and columns to an arbitrary number of dimensions. The original motivation is for machine learning algorithms, but it is intended for somewhat general use.
It supports:
- NumPy ufuncs (where zeros are preserved) - Arithmetic with scalars (where zeros are preserved) - Reductions (sum, max) - Reshape - Transpose - Tensordot - Slicing with integers, lists, and slices (with no step value) - Concatenation and stacking - Addition with other sparse arrays of the same shape
This package provides the modules for Python 3.
其他与 python3-sparse 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-numba
- native machine code compiler for Python 3
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-scipy (>= 0.19)
- scientific tools for Python 3