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
- Host: GitHub
- URL: https://github.com/ruimaciel/mrslac
- Owner: ruimaciel
- License: mit
- Created: 2018-03-31T08:42:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T20:23:04.000Z (almost 6 years ago)
- Last Synced: 2025-06-14T05:37:21.694Z (about 1 year ago)
- Topics: linear-algebra, linear-algebra-library, rust, rust-crate, rust-library, sparse-matrices
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.