An open API service indexing awesome lists of open source software.

https://github.com/ruimaciel/mrslac

Maciel's Rust sparse linear algebra crate
https://github.com/ruimaciel/mrslac

linear-algebra linear-algebra-library rust rust-crate rust-library sparse-matrices

Last synced: 10 months ago
JSON representation

Maciel's Rust sparse linear algebra crate

Awesome Lists containing this project

README

          

# MRSLAC - Maciel's Rust sparse linear algebra crate

A Rust crate with sparse matrix data structures to be used in linear algebra applications, such as implementing finite element method programs.

## Authors

* **Rui Maciel** [github](https://github.com/ruimaciel)

## Acknowledgements

* [The Rust team](https://www.rust-lang.org/en-US/team.html) for the tremendous job they're doing.
* The people behind [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page), for offering the world in general and the C++ community in particular a superb linear algebra package.