[![crates.io](https://img.shields.io/crates/v/nalgebralinsys.svg)][nalgebra_linsys] [![crates.io](https://img.shields.io/crates/d/nalgebralinsys.svg)][nalgebra_linsys]

Solving [linear system]s 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.