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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85917c9414146b3f X-Google-Attributes: gid103376,public From: dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) Subject: Re: Linear Algebra package for Ada ? Date: 2000/04/24 Message-ID: <8e0aqf$9281@news.cis.okstate.edu>#1/1 X-Deja-AN: 614839039 References: <8dv75n$qi1$1@news.uit.no> <8e05ir$lc$1@nnrp1.deja.com> Organization: Oklahoma State University User-Agent: slrn/0.9.6.2 (Linux) Reply-To: dstarner98@aasaa.ofe.org Newsgroups: comp.lang.ada Date: 2000-04-24T00:00:00+00:00 List-Id: On Mon, 24 Apr 2000 00:47:27 GMT, Robert Dewar wrote: >In article <8dv75n$qi1$1@news.uit.no>, > Reinert.Korsnes@npolar.no wrote: >> Hi, >> >> Could anybody recommend me an Ada95 package for linear algebra >> (including manipulation of vectors/matrices ?) > >Why not use the interface to Linpack (is that the right spelling >-- I refer to the standard Fortran linear algebra package) Linpack is going to be about the fastest option, but you may not have a Fortran compiler*, and a native generic designed linear algebra package is probably going to be easier to use and almost as fast as linpack. * Yes, I know about g77, but there are situations where installing a new compiler may not be possible, and computers that g77 hasn't been ported to yet. -- David Starner - dstarner98@aasaa.ofe.org Finger dvdeug@x8b4e53cd.dhcp.okstate.edu for more information. Only a nerd would worry about wrong parentheses with square brackets. But that's what mathematicians are. -- Dr. Burchard, math professor at OSU