パッケージ: numba-doc (0.56.4+dfsg-2)
numba-doc に関するリンク
Debian の資源:
numba ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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 (>= 5.2)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: sphinx-rtd-theme-common (>= 1.2.0~rc1+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- rec: python3-numba
- native machine code compiler for Python 3