nalgebra/nalgebra-sparse
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
..
src Replace Arc<SparsityPattern> with SparsityPattern 2021-01-26 10:11:24 +01:00
tests Replace Arc<SparsityPattern> with SparsityPattern 2021-01-26 10:11:24 +01:00
Cargo.toml Use matrixcompare 0.2 with prop_assert_matrix_eq in Cholesky test 2021-01-26 10:11:24 +01:00