russell_sparse 0.1.1

Sparse matrix tools and solvers
docs.rs failed to build russell_sparse-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: russell_sparse-1.10.0

Russell Sparse - Sparse matrix tools and solvers

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:

Installation

Install the following Debian packages:

sudo apt-get install \
    liblapacke-dev \
    libmumps-seq-dev \
    libopenblas-dev \
    libsuitesparse-dev

Add this to your Cargo.toml (replace the right version):

[dependencies]
russell_sparse = "*"