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,67d995bf9f62ea45 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!s9g2000yqd.googlegroups.com!not-for-mail From: MRE Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Sat, 10 Jul 2010 06:46:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 84.182.194.198 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1278769608 29347 127.0.0.1 (10 Jul 2010 13:46:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 10 Jul 2010 13:46:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000yqd.googlegroups.com; posting-host=84.182.194.198; posting-account=9oKlagoAAAArpDKc-z70x-nwdNs7Rw_P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12310 Date: 2010-07-10T06:46:48-07:00 List-Id: Hi Fitta, downloading the packages from http://www.taygeta.com/ada.html and decompressing worked without a problem for me. Everything compiled nicely and works. Maybe you could try it again? Best regards, Marc On 10 Jul., 15:25, fitta wrote: > Hi, being new to Ada I'm looking for a matrix package that can compute > eigenvalues and eigenvectors. I understand that Ada 05 can only do > this for symmetric matrices. I read that there was one package --- Ada > 95 matrix package that was developed at Drexel University. It is > supposed to be located at: > > http://dflwww.ece.drexel.edu/ > > but the link is dead. A search on the web has directed me to this > site: > > http://www.taygeta.com/ada.html > > but the compressed file for Ada 95 matrix package is corrupted. > > Does anyone know where I can find the above-mentioned package? And are > there other alternatives or other packages? > > Thanks.