|
|
|
|
|
by FabHK
3189 days ago
|
|
> how to achieve high performance You really just want to use LAPACK/BLAS, no? (That's what the Neanderthal library mentioned in the article does, btw, and basically linear algebra libraries for other languages, too. If not, you probably shouldn't use it...) http://neanderthal.uncomplicate.org |
|
For instance I have written high performance spherical harmonic transforms, and these techniques apply then.