nalgebra/nalgebra-sparse/tests/unit_tests
Andreas Longva ec339f9108 Implement CSC matrix basic API
The CSC matrix API mirrors the CSR matrix API. However, there
are subtle differences throughout (both in the available
methods and the implementation) that I believe makes any attempt
to avoid the duplicate effort futile.
2021-01-26 10:11:24 +01:00
..
coo.rs Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
csc.rs Implement CSC matrix basic API 2021-01-26 10:11:24 +01:00
csr.rs Test that CSR::disassemble avoids cloning when possible 2021-01-26 10:11:24 +01:00
mod.rs Implement CSC matrix basic API 2021-01-26 10:11:24 +01:00
ops.rs Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
pattern.rs Test SparsityPattern and CSR try_* constructors 2021-01-26 10:11:24 +01:00