xtensor 0.25.0
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.
- Outputs:
out
- 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 xtensor 0.25.0
as follows:
guix install xtensor@0.25.0
Or install the latest version:
guix install xtensor
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.