sprs, a sparse matrix library written in Rust

sprs implements some sparse matrix data structures and linear algebra algorithms.

WARNING: experimental lib, neither API nor functionality stable

License

BSD license. See LICENSE.txt

Features

Structures ..........

Operations ..........

Algorithms ..........

TODO

Structures ..........

Operations ..........

Algorithms ..........

Misc ....

API guidelines

Each exposed functionality should, if deemed necessary for performance reasons, be exposed as a low-level C-style function (similar to BLAS API), and also exposed as a high level API with good defaults for the performance related arguments.