nalgebra/nalgebra-sparse/tests/unit_tests
Andreas Longva e655fed4fa Replace Arc<SparsityPattern> with SparsityPattern
After much deliberation, I have come to the conclusion that the
benefits do not really outweigh the added complexity. Even though
the added complexity is relatively minor, it makes it somewhat
more complicated to inter-op with other sparse linear algebra
libraries in the future.
2021-01-26 10:11:24 +01:00
..
cholesky.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
cholesky.rs Add CscCholesky::solve and ::solve_mut 2021-01-26 10:11:24 +01:00
convert_serial.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
convert_serial.rs Implement Csr/CscMatrix::transpose() 2021-01-26 10:11:24 +01:00
coo.rs Remove CooMatrix::to_dense() and `Scalar` trait bound, add ::nnz() 2021-01-26 10:11:24 +01:00
csc.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
csc.rs Implement CsrMatrix/CscMatrix::filter and associated helpers 2021-01-26 10:11:24 +01:00
csr.rs Implement CsrMatrix/CscMatrix::filter and associated helpers 2021-01-26 10:11:24 +01:00
mod.rs Initial port from nalgebra::CsCholesky factorization to CscCholesky 2021-01-26 10:11:24 +01:00
ops.proptest-regressions Implement lower/upper triangular solve for CSC matrices 2021-01-26 10:11:24 +01:00
ops.rs Replace Arc<SparsityPattern> with SparsityPattern 2021-01-26 10:11:24 +01:00
pattern.rs Test SparsityPattern and CSR try_* constructors 2021-01-26 10:11:24 +01:00
proptest.rs Add csr, csc, sparsity_pattern proptest generators (untested) 2021-01-26 10:11:24 +01:00