nalgebra_linsys 0.1.0

A library with a type-wrapper around nalgebra::Matrix for solving linear systems
Documentation

crates.io crates.io

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.