套件: numba-doc (0.55.1-0ubuntu2)
numba-doc 的相關超連結
Trisquel 的資源:
下載原始碼套件 numba:
維護者:
Original Maintainers:
- Debian Science Maintainers (郵件存檔)
- Diane Trout
外部的資源:
- 主頁 [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-sphinxdoc (>= 4.3)
- JavaScript support for Sphinx documentation
-
- dep: sphinx-rtd-theme-common (>= 1.0.0+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- rec: python3-numba
- native machine code compiler for Python 3