Crate sparse_rs

Source
Expand description

Sparse linear algebra structures.

A sparse matrix visualization

This crate provides generic implementations of sparse linear algebra structures intended for use in numerical algorithms. This is relatively unoptimized at this time.

Sources:

[UNUSED] Fast sparse matrix multiplication: http://cs.tau.ac.il/~zwick/papers/sparse.pdf

Source

§Installation

Add the following to your Cargo.toml file:

[dependencies]
sparse-rs = "*"

Structs§

SparseMatrix
SparseVector