2 releases
0.1.1 | Jun 19, 2022 |
---|---|
0.1.0 | Jun 19, 2022 |
#22 in #nalgebra
Used in nalgebra_latex
21KB
177 lines
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.
Dependencies
~3.5MB
~75K SLoC