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,d1978a1fd47ae483,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w30g2000yqw.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: ANN: Ada 2005 Math Extensions, 20100818 release Date: Wed, 18 Aug 2010 14:00:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1282165244 29280 127.0.0.1 (18 Aug 2010 21:00:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 Aug 2010 21:00:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w30g2000yqw.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13496 Date: 2010-08-18T14:00:44-07:00 List-Id: This release is now at http://sourceforge.net/projects/gnat-math-extn/. An extract from the change log: 20100818 An additional overloaded function Eigenvalues returns the complex eigenvalues of a non-symmetric real matrix. procedure Eigensystem returns the complex eigenvalues and eigenvectors of a non-hermitian complex matrix. The package is renamed to Ada.Numerics.Generic_Arrays.