io7m-com / jtensors

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

Add support for half-precision buffered vectors #6

Closed io7m closed 8 years ago

io7m commented 8 years ago

These are vectors that implement the single precision float interface, but store data as IEEE754 binary16 values internally.

io7m commented 8 years ago

Implemented as of c49edc2c46aa7a448c03eca8fb1b988b32cad0c.