Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!uwm.edu!linac!att!ucbvax!WATSON.IBM.COM!jbs From: jbs@WATSON.IBM.COM Newsgroups: comp.lang.fortran Subject: Re: Need complex matrix solver for CM. Message-ID: <9106282301.AA19682@ucbvax.Berkeley.EDU> Date: 28 Jun 91 22:56:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 6 Rewriting a dense complex system of linear equations as a real system will not only use twice the storage it will take twice as long to solve (using Gaussian elimination). It is comparable to solving a sym- metric system with a general system solver. James B. Shearer