| Crates.io | nalgebra_linsys |
| lib.rs | nalgebra_linsys |
| version | 0.1.1 |
| created_at | 2022-06-19 21:55:35.675277+00 |
| updated_at | 2022-06-19 21:57:38.293999+00 |
| description | A library with a type-wrapper around nalgebra::Matrix for solving linear systems |
| homepage | |
| repository | https://github.com/JohnScience/nalgebra_linsys |
| max_upload_size | |
| id | 609129 |
| size | 20,964 |
nalgebra using elementary row operationsThis 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.
At the time of writing, Gaussian, and/or Gauss-Jordan elimination are not provided.