August 7th, 2007, 10:17 am
Just use ScaLAPACK. It is trivial to use and has routines for SVD as well as QR factorization. Btw what sort of a problem (in CF) gives you a extremely large dense matrix ? Just curious.Quotewhat kind of common operations that would reasonably implemented with parallel programming?BLAS operations (look here).Edit: Most vendors already provide ScaLAPACK libraries (for example Intel's MKL, Sun's S3L etc.). If there is none on your machine then you can install one yourself from source. It's really trivial.
Last edited by
stali on August 6th, 2007, 10:00 pm, edited 1 time in total.