xtensor
C++ tensors 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.
- Versions: 0.25.0
- Website: https://xtensor.readthedocs.io/en/latest/
- Licenses: Modified BSD
- Package source: gnu/packages/algebra.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of xtensor
as follows:
guix install xtensor
Or install a particular version:
guix install xtensor@0.25.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of xtensor about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/xtensor'><img src='https://packages.guix.gnu.org/packages/xtensor/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/xtensor)
Example Org:
[[https://packages.guix.gnu.org/packages/xtensor][https://packages.guix.gnu.org/packages/xtensor/badges/latest-version.svg]]