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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a83584e000bc28fa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.223.39 with SMTP id qr7mr31527pbc.0.1345088095723; Wed, 15 Aug 2012 20:34:55 -0700 (PDT) Path: s8ni686pbk.0!nntp.google.com!news2.google.com!postnews.google.com!wm7g2000pbc.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: ada lapack Date: Wed, 15 Aug 2012 20:34:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@googlegroups.com> NNTP-Posting-Host: 97.117.194.89 Mime-Version: 1.0 X-Trace: posting.google.com 1345088095 6309 127.0.0.1 (16 Aug 2012 03:34:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Aug 2012 03:34:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: wm7g2000pbc.googlegroups.com; posting-host=97.117.194.89; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_4; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-08-15T20:34:55-07:00 List-Id: On Aug 14, 11:16=A0pm, Leo Brewin wrote: > Greetings, > > I've made available a small set of Ada routines that implement a subset o= f the Lapack routines. These were created using Oliver Kellogg's f2a.pl scr= ipt (many thanks) to port the Fortran code to Ada (followed by a lot of twe= aks by hand). The code requires gnat2012. > > You can find the code on sourceforge at > > http://sourceforge.net/projects/ada-lapack/ > > Comments, opinions, suggestions etc. are most welcome. > > Cheers, > Leo Thanks for this work, Leo. I'll have a look. Jerry