An open API service indexing awesome lists of open source software.

https://github.com/shadensmith/spmv-rs

Noodling with sparse matrix vector multiplication in rust
https://github.com/shadensmith/spmv-rs

Last synced: about 1 year ago
JSON representation

Noodling with sparse matrix vector multiplication in rust

Awesome Lists containing this project

README

          

## Setup

1. Install rust with [rustup](https://rustup.rs/): `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
2. Install [maturin](https://www.maturin.rs/): `cargo install maturin`
3. Build with: `maturin develop --release`
4. Test with: `pytest -sv tests/`