nalgebra/nalgebra-sparse/tests
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
..
common Initial COO implementation 2021-01-26 10:11:24 +01:00
unit_tests Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
unit.rs Initial COO implementation 2021-01-26 10:11:24 +01:00