nalgebra/nalgebra-sparse
Andreas Longva e3d1119bff Hide MatrixMarketScalar implementation details for now
The existing MatrixMarketScalar is relatively closely tied to the way
oru parser is implemented. I've moved these internals into an internal
trait and sealed the public trait.

This makes it less flexible for users for now, but gives us more freedom
to change internals in the future.
2021-12-01 11:45:11 +01:00
..
src Hide MatrixMarketScalar implementation details for now 2021-12-01 11:45:11 +01:00
tests Add (failing) test for empty matrix market matrix 2021-12-01 11:27:03 +01:00
Cargo.toml Link to matrix market IO in lib.rs 2021-12-01 11:07:47 +01:00