Uses old Rust 2015

0.1.0 Apr 30, 2015

#42 in #sparse-matrix

MIT license

5KB
98 lines

sparse-rs

Build Status

Sparse linear algebra library in Rust.

License

MIT License - fork, modify and use however you want.


lib.rs:

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 = "*"

Dependencies

~470KB