nalgebra/nalgebra-sparse
Andreas Longva a15e78a6b7 Put COO, CSR, SparsityPattern and related types in their own modules
This mimics how std does it, e.g. std::vec::Vec. This avoids potential
problems down the road, where adding more types might clutter the
API interface and generated documentation.
2021-01-26 10:11:24 +01:00
..
src Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
tests Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
Cargo.toml Initial COO implementation 2021-01-26 10:11:24 +01:00