Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtensor-stack/xtensor-sparse
https://github.com/xtensor-stack/xtensor-sparse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtensor-stack/xtensor-sparse
- Owner: xtensor-stack
- License: bsd-3-clause
- Created: 2020-04-03T12:02:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T14:23:27.000Z (over 3 years ago)
- Last Synced: 2024-05-09T15:56:16.833Z (8 months ago)
- Language: C++
- Size: 147 KB
- Stars: 30
- Watchers: 9
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xtensor-sparse
[![Travis](https://travis-ci.com/xtensor-stack/xtensor-sparse.svg?branch=master)](https://travis-ci.com/xtensor-stack/xtensor-sparse)
[![Appveyor](https://ci.appveyor.com/api/projects/status/aubhh8lvrihw2odx/branch/master?svg=true)](https://ci.appveyor.com/project/xtensor-stack/xtensor-sparse/branch/master)
[![Azure](https://dev.azure.com/xtensor-stack/xtensor-stack/_apis/build/status/xtensor-stack.xtensor-sparse?branchName=master)](https://dev.azure.com/xtensor-stack/xtensor-stack/_build/latest?definitionId=4&branchName=master)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Multi-dimensional sparse arrays based on [xtensor](https://github.com/xtensor-stack/xtensor)
## Introduction
**xtensor-sparse is in development**
## Installation
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:```bash
cmake -DCMAKE_INSTALL_PREFIX=your_install_prefix
make install
```To build and run the test suite:
```bash
cmake -DDOWNLOAD_GTEST=ON -DCMAKE_INSTALL_PREFIX=your_install_prefix
make xtest
```## Dependencies
`xtensor-sparse` depends on the [xtensor](https://github.com/xtensor-stack/xtensor) library:
| `xtensor-sparse` | `xtensor` |
|------------------|-----------------|
| master | >=0.21.4, <0.22 |## License
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](LICENSE) file for details.