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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,76ba231478c8898c,start X-Google-Attributes: gid103376,public From: st92j0gw@dunx1.ocs.drexel.edu (Chris Papademetrious) Subject: matrix math packages for Ada 95 Date: 1996/04/18 Message-ID: <4l5u1c$cc7@noc2.drexel.edu>#1/1 X-Deja-AN: 150947744 organization: Drexel University newsgroups: comp.lang.ada Date: 1996-04-18T00:00:00+00:00 List-Id: Well, here's a good first posting to CLA, I'm about an hour old to this group. :) I'm looking for a source for matrix math packages for Ada 95, specifically the code required to define a matrix type and allow for multiplication. In addition, it would be great to find some code that does more complicated things like singular valued decomposition, and even covariance and things of that nature. *Is* there any code like this available for reuse? And if so, why am I not finding it? I did find a pretty basic matrix package in the PAL, but I was hoping for something a bit more comprehensive. Now granted, I'm about four days new to Ada 95 (coming from a C background), but if I get anywhere, I'd be happy to make my results publicly available in the PAL. Give a newbie a hand! :-) - Chris