io7m-com / jtensors

Vector/matrix math package
https://www.io7m.com/software/jtensors/
ISC License
6 stars 1 forks source link

Rename MatrixM* types to MatrixDirectM* to indicate direct memory #3

Closed io7m closed 8 years ago

io7m commented 8 years ago

With the recent changes switching everything to operating via interfaces, it'll be possible to have a range of matrix types that share the same code. The current matrix types should therefore be renamed to indicate the fact that they're backed by direct memory (and some non-direct types should be provided).