| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
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 installTo build and run the test suite:
cmake -DDOWNLOAD_GTEST=ON -DCMAKE_INSTALL_PREFIX=your_install_prefix
make xtestxtensor-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.
| Back | FazBrowse Home | New Git URL |