|
|
|
|
|
by vatican_banker
883 days ago
|
|
> numerical algebra work [...] is mostly embarrassingly parallel It's the exact opposite, most numerical linear algebra is _not_ embarrassingly parallel and requires quite an effort to code properly. That is why BLAS/LAPACK is popular and there are few competing implementations. |
|
My professional and academic background is in numerical analysis and scientific computing (including BLAS/LAPACK level implementations), but I admit I haven't done deep numerical implementations in years.