blob: 4196fc8dd73516a0c0c20dbd91ad616330a3cd4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
WWW: https://github.com/xtensor-stack/xtensor
|