Quick Start

PyPI cr-sparse License DOI Documentation Status Unit Tests Coverage JOSS

Platform Support

cr-sparse can run on any platform supported by JAX. We have tested cr-sparse on Mac and Linux platforms and Google Colaboratory.

JAX is not officially supported on Windows platforms at the moment. Although, it is possible to build it from source using Windows Subsystems for Linux.

Installation

Installation from PyPI:

python -m pip install cr-sparse

Directly from our GITHUB repository:

python -m pip install git+https://github.com/carnotresearch/cr-sparse.git

Examples

Note

cr-sparse depends on its sister library cr-nimble. Normally, it would be installed automatically as a dependency. You may want to install it directly from GITHUB if you need access to the latest code.

python -m pip install git+https://github.com/carnotresearch/cr-nimble.git