Posted by Wei Lu on October 01, 1998 at 13:54:44:
Hi, I am going to slove a linear system A*X=B, but
bacause the A is too large to be stored in memeory,
also it's non-sparse and non-symmetric. I heard that
it can be solved by pre-condition conjugate gradient
method. So, I hope sombody can give me some code or tell
me where I can get the code.
Thanks a lot.