Multi-dimensional sparse arrays based on xtensor
xtensor-sparse is in development
For now, only installation from sources is available. Be sure to
install the dependencies before trying to install xtensor-sparse
.
xtensor-sparse
is a header-only library. you can directly install it
from the sources:
cmake -DCMAKE_INSTALL_PREFIX=your_install_prefix
make install
To build and run the test suite:
cmake -DDOWNLOAD_GTEST=ON -DCMAKE_INSTALL_PREFIX=your_install_prefix
make xtest
xtensor-sparse
depends on the xtensor library:
xtensor-sparse |
xtensor |
---|---|
master | >=0.21.4, <0.22 |
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.