Solving linear systems with nalgebra using elementary row operations
This is a crate that you might want to use if you're fine with suboptimal performance and, for example, want to have a library that would offer correct yet not necessarily optimized implementations of [elementary row operations], Gaussian, and/or Gauss-Jordan elimination.
Notes
At the time of writing, Gaussian, and/or Gauss-Jordan elimination are not provided.