adda-team / adda

ADDA - light scattering simulator based on the discrete dipole approximation
GNU General Public License v3.0
90 stars 56 forks source link

Linear algebra #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

myurkin commented 8 years ago

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.