パッケージ: xtensor-dev (0.10.11-1)
xtensor-dev に関するリンク
Trisquel の資源:
xtensor ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Science Maintainers (メールアーカイブ)
- Ghislain Antony Vaillant
外部の資源:
- ホームページ [quantstack.net]
類似のパッケージ:
multi-dimensional arrays with broadcasting and lazy computing
xtensor is a C++ library meant for numerical analysis with multi-dimensional array expressions.
xtensor provides:
- an extensible expression system enabling lazy broadcasting. - an API following the idioms of the C++ standard library. - tools to manipulate array expressions and build upon xtensor.
Containers of xtensor are inspired by NumPy, the Python array programming library. In fact, xtensor can be used to process numpy data structures inplace using Python's buffer protocol. For more details on the numpy bindings, check out the xtensor-python project.
This package provides the header-only library.