Xref: utzoo comp.sources.wanted:7750 sci.math:7049 sci.math.num-analysis:44 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!uxc!tank!phd_ivo@gsbacd.uchicago.edu From: phd_ivo@gsbacd.uchicago.edu Newsgroups: comp.sources.wanted,sci.math,sci.math.num-analysis Subject: Re: Linpack-like routines in C Message-ID: <3873@tank.uchicago.edu> Date: 16 Jun 89 16:51:27 GMT Sender: usenet@cs.indiana.edu Organization: University of Chicago Graduate School of Business Lines: 19 **************** In article <1933@jhunix.HCF.JHU.EDU>, msc_wdqn@jhunix.HCF.JHU.EDU (Daniel Q. Naiman) writes... >Does anyone out there know of alternatives to Linpack written in the C >language and for which the source code is in the public domain. It is >important that it have various matrix inversion programs, especially for >banded matrices. Also, it is important that the programs be written with >numerical issues taken seriously. I tend to use the source code from the Numerical Recipees book. I am not sure whether the code is public-domain---i.e. whether one would be allowed to write and sell a commercial application incorporating the compiled version of some of their routines---but for private applications, it is quite reliable, written nicely in C by experts in the numerics field, available in C source code for something like $25, and comes with a fat book explaining how each routines work. /ivo