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-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!e20g2000vbc.googlegroups.com!not-for-mail From: johnscpg@googlemail.com Newsgroups: comp.lang.ada Subject: ANN: miscellaneous Math routines, GPL'd Date: Tue, 12 May 2009 09:38:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9dbcdcd0-3c15-4165-9336-3d5778df2ca3@e20g2000vbc.googlegroups.com> NNTP-Posting-Host: 143.117.23.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1242146329 7996 127.0.0.1 (12 May 2009 16:38:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 May 2009 16:38:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e20g2000vbc.googlegroups.com; posting-host=143.117.23.126; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.9) Gecko/2009050519 Iceweasel/3.0.6 (Debian-3.0.6-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5795 Date: 2009-05-12T09:38:49-07:00 List-Id: Dear All, For those of you who like Ada with their numerics (is there anyone who doesn't?!) I have released a collection of math routines under the GPL license. Find them at: http://web.am.qub.ac.uk/users/j.parker/miscellany The full set is tarred in the file: miscellany.10may09.tar.gz in the directory given above. Most are old classics I have found useful over the years (SVD, QR, LU, Runge-Kutta, FFT, Arbitrary precision floating point). The random number generators are very new; the documentation should explain why I recommend them. The random number generators and the Arbitrary precision floating point are designed to make good use of the new 64-bit CPU's. Cheers, Jonathan j.parker/at/qub/point/ac/point/uk