Uses old Rust 2015
0.1.0 |
|
---|
#45 in #sparse-matrix
5KB
98 lines
sparse-rs
Sparse linear algebra library in Rust.
License
MIT License - fork, modify and use however you want.
lib.rs
:
Sparse linear algebra structures.
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
Installation
Add the following to your Cargo.toml
file:
[dependencies]
sparse-rs = "*"
Dependencies
~465KB