Closed superbobry closed 8 years ago
Done. We now have a single matrix class F64Matrix
.
I've decided to keep F64Vector
, although it too can be embedded within F64Matrix
, for the purpose of readability: overloaded getters and setters look much less clear than get(Int)
and set(Int)
. We might want to drop it at some point in the future.
Maybe a single generic
StridedMatrix
with special-cased get/set would be enough? This could also simplify #4.