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,67d995bf9f62ea45 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mb-net.net!open-news-network.org!aioe.org!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Sat, 10 Jul 2010 18:34:55 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <445503bc-6b5c-4b60-b539-c51dcfa723bd@y11g2000yqm.googlegroups.com> NNTP-Posting-Host: J4HSNf9Eqj44wTz1J3b8lQ.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Tom's custom newsreader Xref: g2news1.google.com comp.lang.ada:12315 Date: 2010-07-10T18:34:55+00:00 List-Id: > Version 1.01 > First Release, August 1996 > Current Release, September 1996 The version I have (apparently downloaded in 2005) has Version 1.02 First Release, August 1996 Current Release, December 1996 Changes since 1.01: * fixed a bug that could allow exceptions to occur with vector and matrix indices at the extreme limits of Integer (thanks to Mars Gralia for notifying me of this) * some reoganization of algorithms in Generic_Real_Arrays.Operations * cosmetic fix to real_arrays_operations_test to print final results message The to-do list is the same, plus * adapt some of the very robust LAPACK algorithms to the package