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: Ken Thomas Subject: Re: Linear algebra in Ada Date: 1998/12/17 Message-ID: <367938D8.2A96@ecs.soton.ac.uk>#1/1 X-Deja-AN: 423304656 Content-Transfer-Encoding: 7bit References: <3675D8A0.4580E7D3@concentric.net> To: Leszek Sczaniecki Content-Type: text/plain; charset=us-ascii Organization: CCG Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-17T00: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 is a package from Drexel University http://dflwww.ece.drexel.edu/research/ada that you may find useful. There are bindings to LAPACK that may give high performance. I would be very interested to know if these have been used succesfully with the Sun high performance libraries. Ken -- Dr K.S. Thomas Department of Electronics and Computer Science University of Southampton Highfield Southampton SO17 1BJ United Kingdom Telephone : (+44) 01703 592170 Fax : (+44) 01703 593903 email: kst@ecs.soton.ac.uk