Open dramage opened 13 years ago
This is fixed for dot products as of https://github.com/scalala/Scalala/commit/6f9a1283d0e1b70642720144f56731d978a8e1b5
What remains is keeping the correct static type through the operations. E.g. dense + sparse should return dense (statically) whereas dense :* sparse should return sparse (statically).
Reported by logophobia on the mailing list: