[ bianca ]
[ 原始碼: numba ]
套件:numba-doc(0.61.2+dfsg-1+deb13u1)
numba-doc 的相關連結
下載原始碼套件 numba:
- [numba_0.61.2+dfsg-1+deb13u1.debian.tar.xz]
- [numba_0.61.2+dfsg-1+deb13u1.dsc]
- [numba_0.61.2+dfsg.orig.tar.xz]
維護小組:
外部的資源:
- 主頁 [numba.pydata.org]
相似套件:
native machine code compiler for Python (docs)
Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. Just-in-time compilation with Numba could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays.
This package contains the documentation and examples.
其他與 numba-doc 有關的套件
|
|
|
|
-
- dep: libjs-jquery (>= 3.6.0)
- JavaScript library for dynamic web applications
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- dep: sphinx-rtd-theme-common (>= 3.0.2+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- rec: python3-numba
- native machine code compiler for Python 3