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: a07f3367d7,a83584e000bc28fa,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.136.71 with SMTP id py7mr995826pbb.4.1345237614989; Fri, 17 Aug 2012 14:06:54 -0700 (PDT) Path: g9ni90863350pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!border6.newsrouter.astraweb.com!news.astraweb.com!border6.a.newsrouter.astraweb.com!feed.xsnews.nl!border-1.ams.xsnews.nl!plix.pl!newsfeed2.plix.pl!wsisiz.edu.pl!newsfeed2.atman.pl!newsfeed.atman.pl!goblin1!goblin.stu.neva.ru!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Leo Brewin Newsgroups: comp.lang.ada Subject: ada lapack Date: Tue, 14 Aug 2012 23:16:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@googlegroups.com> NNTP-Posting-Host: 2001:388:608c:4c73:21f:5bff:feeb:5fa9 Mime-Version: 1.0 X-Trace: posting.google.com 1345011516 20038 127.0.0.1 (15 Aug 2012 06:18:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Aug 2012 06:18:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2001:388:608c:4c73:21f:5bff:feeb:5fa9; posting-account=l8GBMwoAAADCbqdOJSbg4dBRqkD14dJd User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-08-14T23:16:48-07:00 List-Id: Greetings, I've made available a small set of Ada routines that implement a subset of = the Lapack routines. These were created using Oliver Kellogg's f2a.pl scrip= t (many thanks) to port the Fortran code to Ada (followed by a lot of tweak= s 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