The Wayback Machine - https://web.archive.org/web/20210113182649/https://github.com/xtensor-stack/xtensor-sparse
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

xtensor-sparse

Travis Appveyor Azure Join the Gitter Chat

Multi-dimensional sparse arrays based on 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:

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

Dependencies

xtensor-sparse depends on the 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 file for details.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.