From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,46160d435956a131 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Linear algebra in Ada Date: 1998/12/15 Message-ID: <367608ae.11539479@news.pacbell.net>#1/1 X-Deja-AN: 422403782 References: <3675D8A0.4580E7D3@concentric.net> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 913705283 206.170.2.63 (Mon, 14 Dec 1998 23:01:23 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Mon, 14 Dec 1998 23:01:23 PDT Newsgroups: comp.lang.ada Date: 1998-12-15T00:00:00+00:00 List-Id: >Is there any good package, preferably public domain, for linear algebra >(operations on vector and matrices, inverting matrices, solving linear >equations, etc.) in Ada? A few years ago I recall getting the "NAG SCS Ada Library" from my Ada compiler vendor. I presume not too much has changed in how one inverts matrices, etc. since then. That was of course pre-web, but perhaps a search for NAG or Numerical Analysis Group will find it.