nalgebra/nalgebra-sparse/tests
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
..
common rustfmt 2021-01-26 10:11:24 +01:00
unit_tests Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
lu_factorization.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
serde.rs Revert "Fix panic in SparsityPattern::try_from_* if major index is out of bounds" 2022-01-11 10:35:07 +01:00
sparsity.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
unit.rs code fmt; fix failing unit test and doc test 2021-12-12 12:10:20 +01:00