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 Path: g2news1.google.com!postnews.google.com!q21g2000prm.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Sun, 11 Jul 2010 18:58:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9dad58ba-54c1-4263-a4d8-37e5e6054f2b@q21g2000prm.googlegroups.com> References: NNTP-Posting-Host: 75.172.199.214 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278899919 13076 127.0.0.1 (12 Jul 2010 01:58:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 12 Jul 2010 01:58:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q21g2000prm.googlegroups.com; posting-host=75.172.199.214; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.11.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12328 Date: 2010-07-11T18:58:38-07:00 List-Id: On Jul 10, 1:22=A0pm, Gautier write-only wrote: > > And are there other alternatives or other packages? > > Look there - excellent stuff: > =A0http://www.csee.umbc.edu/~squire/adaclass/gnatmath95/ Wow. > The most amazing: add some "Ada." for the basic matrix packages > referenced, and you get Ada 2005 compatibility. Would you care to elaborate? It seems that the main thing would be to use the declarations described in Annex G.3. Jerry > > G.