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: Gerald Kasner Subject: Re: Linear algebra in Ada Date: 1998/12/15 Message-ID: <36760E05.C18552A7@Physik.Uni-Magdeburg.DE>#1/1 X-Deja-AN: 422407473 Content-Transfer-Encoding: 7bit References: <3675D8A0.4580E7D3@concentric.net> Content-Type: text/plain; charset=us-ascii Organization: Uni Magdeburg MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-15T00:00:00+00:00 List-Id: Leszek Sczaniecki wrote: > > Is there any good package, preferably public domain, for linear algebra > (operations on vector and matrices, inverting matrices, solving linear > equations, etc.) in Ada? > > -les There are bindings to LAPACK (ftp://cs.nyu.edu/pub/gnat/contrib/lapack-ada), which is available at netlib( http://www.netlib.org/lapack/index.html) Maybe this meets your needs. -Gerald