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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.205.133.196 with SMTP id hz4mr2735789bkc.4.1341421502415; Wed, 04 Jul 2012 10:05:02 -0700 (PDT) Path: y28ni10870bky.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: shai.lesh@gmx.com Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Wed, 4 Jul 2012 10:05:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <75e91c31-6c97-4c54-89ce-7314fffefdd7@googlegroups.com> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <4ff312ad$0$6178$ba4acef3@reader.news.orange.fr> <4ff314d8$0$6218$ba4acef3@reader.news.orange.fr> <856acffb-1fc3-474e-b11f-f540977e945f@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1341421502 6369 127.0.0.1 (4 Jul 2012 17:05:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Jul 2012 17:05:02 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-04T10:05:01-07:00 List-Id: On Wednesday, July 4, 2012 1:30:16 PM UTC+1, Nasser M. Abbasi wrote: > > Ada already has some limited build-in API for the above as > part of its library (solve(), transpose(), etc..). Yes I know but I do not see any new functions in Ada 2012. > > See my list here: > http://12000.org/my_notes/lapack_analysis/index.htm This is very useful indeed. > > There is a lacack 77 binding to Ada. > > ftp://ftp.cs.kuleuven.be/pub/Ada-Belgium/mirrors/gnu-ada/OLD/contrib/lapack-ada/ Thank you for the link. > Need to install blas and lapack yourself first. Use Atlas blas. Is it from http://math-atlas.sourceforge.net/ ? > > Will document all that when I have little time, but need > to fix the test errors I got from the above binding first. > I was trying to see if I can use Lapack directly from Ada. This will indeed be very helpful. > btw, Fortran does have many more math build-in functions (called > intrinsic functions) than Ada does. Yes I realised that but that doesn't prevent Ada developers from putting some more efforts into next Ada versions. Thanks YC