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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,613a64d75bf02495 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-12 13:25:43 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newscore.gigabell.net!fu-berlin.de!uni-berlin.de!b0b39.pppool.DE!not-for-mail From: "Joachim Schr�er" Newsgroups: comp.lang.ada Subject: Re: vector/matrix packages in Ada Date: Thu, 12 Jul 2001 22:24:41 +0200 Message-ID: <9il142$jdkko$1@ID-76083.news.dfncis.de> References: NNTP-Posting-Host: b0b39.pppool.de (213.7.11.57) X-Trace: fu-berlin.de 994969538 20370072 213.7.11.57 (16 [76083]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:9889 Date: 2001-07-12T22:24:41+02:00 List-Id: Hallo, you could look at http://www.adapower.com/schroer/lib-src.zip . You will find some generic packages (math.generics.arrays.matrix_operations and others) containing matrix / vector algebra. I have also numerical algorithms (a subset of LINACK for linear algebra, linear equation sovlvers, etc. and a subset of EISPACK for eigenvalue/eigenvector problems using HQREV / HQREW). This software is in Ada83 and I intend to adapt it to Ada95 (give it a hierarchical package structure, use new attributes and packages from the Predefined Language Environment etc.) before publishing it. I think I cannot do this job before the end of the year, so contact me if you want the Ada83 packages. -- Joachim Schr�er http://www.adapower.com/schroer "Russ" <18k11tm001@sneakemail.com> schrieb im Newsbeitrag news:bebbba07.0107121059.4696bbb6@posting.google.com... > I am new to Ada (I just compiled "Hello, world" yesterday). What is > available in the way of stable vector/matrix packages for numerical > computing in Ada. Is there any actual or de facto standard in that > area? Thanks. > > Russ