Skip to content

xtensor-stack/xtensor-sparse

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published