yanyankangkang / efficient-java-matrix-library

Automatically exported from code.google.com/p/efficient-java-matrix-library
0 stars 0 forks source link

Support for type byte arrays #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

If I'm not mistaken, ejml support only double as the matrix data type. Is there 
a plan to support other type ? (I currently need byte to store RGB color 
matrix).

Thank you !

Original issue reported on code.google.com by batolet...@gmail.com on 16 Mar 2012 at 6:05

GoogleCodeExporter commented 9 years ago
byte or any type of integer valued will never be supported by EJML since it 
would have to translate it into floating point numbers to operate on anyways. 

Original comment by peter.ab...@gmail.com on 16 Mar 2012 at 3:17