This crate is part of Russell - Rust Scientific Library
Work in progress...
This repository contains tools for handling sparse matrices and functions to solve large sparse systems.
Documentation:
Install the following Debian packages:
bash
sudo apt-get install \
liblapacke-dev \
libmumps-seq-dev \
libopenblas-dev \
libsuitesparse-dev
Add this to your Cargo.toml (replace the right version):
toml
[dependencies]
russell_sparse = "*"