Build2 package for xtensor - a C++ library meant for numerical analysis with multi-dimensional array expressions.
Multi-dimensional arrays with broadcasting and lazy computing.
Introduction
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. Adaptors for existing data structures to
be plugged into our expression system can easily be written.
... More
license | BSD-3-Clause |
---|---|
project | libxtensor |
url | github.com/xtensor-stack/xtensor.git |
swat.somebug@gmail.com |
1 Version
version | 0.24.0-a.0.20220805171325.d2a04735f420 |
---|---|
repository | https://github.com/build2-packaging/libxtensor.git#main@d2a04735f42057ebb40fa58dac9f71cbaba2a7cf |
depends | 2; libxtl, libxsimd ? |
requires | 1; c++14 |