mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
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://quantstack.net/xtensor
|