#matrix #linear #nalgebra #system

nalgebra_linsys

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

2 releases

0.1.1 Jun 19, 2022
0.1.0 Jun 19, 2022

#26 in #nalgebra

22 downloads per month
Used in nalgebra_latex

MIT/Apache

21KB
177 lines

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.

Dependencies

~3.5MB
~77K SLoC