Xref: utzoo sci.math.stat:1380 comp.sources.wanted:11892 sci.math.num-analysis:841 Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!dquah From: dquah@athena.mit.edu (Danny Quah) Newsgroups: sci.math.stat,comp.sources.wanted,sci.math.num-analysis Subject: Re: LINPACK and EISPACK in C Summary: uh, everyone wants to know... Keywords: translation, fortran - C source, linear algebra, eigensystems Message-ID: <1990May27.221236.8978@athena.mit.edu> Date: 27 May 90 22:12:36 GMT References: <1990May25.004501.25148@athena.mit.edu> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 32 In article <1990May25.004501.25148@athena.mit.edu> I write: >To add to Ron Gallant's (Hi Ron!) question on LINPACK of a few days >back, does anyone know where EISPACK source in C may be found? And so, ... Last week Ron Gallant and I asked about getting LINPACK and EISPACK in C or C++. A good bit of mail to me requested a summary. Ok, here's the response so far. (Sorry about the sci.math.num-analysis add-on, I forgot to cross-post there at the beginning of all this. If anyone there has any information on this, could you send me email?) emv@math.lsa.umich.edu suggested getting the index from netlib@ornl.gov. Sure enough this showed the LINPACK and EISPACK fortran routines and one sparse matrix eigenvalue package in C. But sadly, no LINPACK and EISPACK in C. mikem+@andrew.cmu.edu (and a couple of others) suggested using f2c on the EISPACK code. This will likely do it but the code seems guaranteed to be ugly and unreadable. This will still get the job done of course but I (and apparently others) want the same edification from looking at C code as I used to get from reading f-word code. This appears to be the best lead so far but... Instead of everyone going off and running f2c over and over, wouldn't it be nice if the same beautiful LINPACK/ EISPACK style showed up in one set of C source? -- --Danny (dquah@athena.mit.edu, dquah@dolphin.mit.edu) Dept. of Economics MIT, E52-274b, Cambridge MA 02139 Voice: (617) 253-0914 Fax: (617) 253-1330 #