adda icon indicating copy to clipboard operation
adda copied to clipboard

Linear algebra

Open GoogleCodeExporter opened this issue 8 years ago • 1 comments

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

GoogleCodeExporter avatar Aug 12 '15 07:08 GoogleCodeExporter

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.

myurkin avatar Nov 12 '15 13:11 myurkin