Libraries¶
Section author: Luke Frisken <l.frisken@gmail.com>
Java Matrix Libraries¶
Comparisons:
Ended up chosing EJML. It has decent performance, great documentation, it’s pure java, and it has an Apache 2 license.
OpenCL Matrix Libraries¶
One issue with the OpenCL matrix libraries is that they seem to be all inclusive affairs, generating their own seperate kernels. I’m really just looking for something that I can include in my own kernel.
Might be better rolling my own solution in OpenCL…
Not sure if this one does everything we need…
https://github.com/clMathLibraries/clBLAS
http://icl.cs.utk.edu/magma/software/view.html?id=190
Tutorial: