adda
adda copied to clipboard
Linear algebra
Take a look on LAPACK, may be it can accelerate linear operations on large
arrays.
Original issue reported on code.google.com by yurkin
on 24 Dec 2008 at 7:57
It would be great to rewrite all linear algebra operations as BLAS calls. However, this may have some speed drawback.
In terms of OpenCL (GPU), this issue is described in #199 - there OCL_BLAS is already available in test mode.