HI All,
I need to solve a dense set of linear equations; Ax =b with A of size ~4000x4000.
Using degsv of lapack I can solve it with one core in 18 seconds. My computer has however 4 cores. I was wondering if scalapack has a similar function which is parallel and could speed up my problem.
regards,
Pluto mars