#decomposition #lu-decomposition #sparse

bin+lib rlu

Sparse LU Decomposition (Gilbert-Peierls)

11 releases (6 breaking)

0.7.0 Sep 1, 2024
0.6.0 Aug 2, 2024
0.5.1 Jul 30, 2024
0.4.2 Nov 6, 2022
0.1.0 Jan 21, 2022

#308 in Science


Used in 5 crates (via spsolve)

BSD-3-Clause

31KB
682 lines

rlu

Sparse LU Decomposition in Rust using Gilbert-Peierls method.

License

The source code is distributed under the 3-Clause BSD license (LICENSE or https://opensource.org/license/bsd-3-clause).


lib.rs:

Sparse LU Decomposition (Gilbert-Peierls)

Dependencies

~10MB
~17K SLoC