Hey guys,
I have a linear equation to solve,where A is a 20000*20000 symmetric matrix (Not a sparse matrix). I am using pdgesv from scalapack. But still it takes too long. (Actually matrix A changes and I need to solve this equation over and over again,around 10000 times). So it looks to me that this calculation is not practical.
I am looking for another function or other way to solve this equation. Or can I find a way to solve this equation once and then use some kind of perturbation theory to find the new X when A changes? Thanks a lot.....
Good luck to all,
Wayne

