nalgebra/nalgebra-sparse
julianknodt 951ec4b190 Implement SparseLU factorization
Add `solve_upper_triangular` to `CsrMatrix`

This allows a sparse matrix to be used for efficient solving with a dense LU decomposition.

Add CscBuilder

For partial construction of Csc matrices

Start working on actual LU factorization

Complete basic version of sparse LU factorization

Reformat to compile in old version

Add LU tests

Add upper triangular solve

Complete tests of Sparse LU factorization
2024-01-13 18:48:26 -08:00
..
src Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
tests Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
Cargo.toml Release v0.32.0 2023-01-14 17:04:22 +01:00
LICENSE Fix and clarify license in crate metadata and add missing license files 2023-10-24 18:33:53 +02:00