Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!stanford.edu!leland.Stanford.EDU!hanauma!francis From: francis@hanauma.stanford.edu (Francis Muir) Newsgroups: comp.lang.fortran Subject: Re: Need complex matrix solver for CM Summary: WANT not NEED Message-ID: <1991Jun27.161918.10218@leland.Stanford.EDU> Date: 27 Jun 91 16:19:18 GMT Sender: news@leland.Stanford.EDU (Mr News) Organization: Stanford University, Department of Geophysics Lines: 13 John Prentice writes: I need a routine to solve a dense complex valued linear system on the CM2, probably using a LU decomposition and Gaussian elimination. From what I know of it, CMSSL only has software like this for real valued matrices (please correct me if I am wrong), while I need complex valued ones. Any help would be most appreciated. Re-write the code in REAL; it will probably illuminate. Fido francis@hanauma.stanford.edu