nalgebra_linsys

Crates.ionalgebra_linsys
lib.rsnalgebra_linsys
version0.1.1
sourcesrc
created_at2022-06-19 21:55:35.675277
updated_at2022-06-19 21:57:38.293999
descriptionA library with a type-wrapper around nalgebra::Matrix for solving linear systems
homepage
repositoryhttps://github.com/JohnScience/nalgebra_linsys
max_upload_size
id609129
size20,964
Dmitrii - Demenev (JohnScience)

documentation

https://docs.rs/nalgebra_linsys

README

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.

Commit count: 18

cargo fmt