mrslac 0.2.0

A Rust crate with sparse matrix data structures
Documentation
  • Coverage
  • 47.5%
    19 out of 40 items documented0 out of 32 items with examples
  • Size
  • Source code size: 21.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ruimaciel/mrslac
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ruimaciel

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.