Skip to content

ruimaciel/mrslac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Acknowledgements

  • The Rust team for the tremendous job they're doing.
  • The people behind Eigen, for offering the world in general and the C++ community in particular a superb linear algebra package.