nalgebra/nalgebra-sparse/tests/unit_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
..
cholesky.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
cholesky.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
convert_serial.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
convert_serial.rs rustfmt 2021-01-26 10:11:24 +01:00
coo.rs chore: swap test names 2023-09-30 17:55:04 +02:00
csc.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
csc.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
csr.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
left_looking_lu.proptest-regressions Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
left_looking_lu.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
matrix_market.rs Change write -> save in order to be consistent with load terminology 2022-05-09 09:51:55 +02:00
mod.rs Implement SparseLU factorization 2024-01-13 18:48:26 -08:00
ops.proptest-regressions Implement lower/upper triangular solve for CSC matrices 2021-01-26 10:11:24 +01:00
ops.rs Update slice->view in nalgebra-sparse 2022-11-14 15:32:17 +01:00
pattern.rs cargo fmt 2023-11-12 23:17:33 +01:00
proptest.rs rustfmt 2021-01-26 10:11:24 +01:00
test_data_examples.rs CSC: Create constructor for unsorted but otherwise valid data (#1015) 2022-03-03 10:14:16 +01:00