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,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!w31g2000yqb.googlegroups.com!not-for-mail From: fitta Newsgroups: comp.lang.ada Subject: matrix package with Ada Date: Sat, 10 Jul 2010 06:25:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1278768352 18640 127.0.0.1 (10 Jul 2010 13:25:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 10 Jul 2010 13:25:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w31g2000yqb.googlegroups.com; posting-host=193.11.22.91; posting-account=cN1nvAoAAAB3Er-Ke8fRmXeCH0AFzRuH User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12308 Date: 2010-07-10T06:25:51-07:00 List-Id: 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.