This package browser is in early development. Mind the rough edges.

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.

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.