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 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,UTF8 Path: g2news1.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Tue, 13 Jul 2010 20:11:59 +0100 Organization: A noiseless patient Spider Message-ID: References: <23f0d8f1-e7bd-4af9-a0ee-cea85cbff4bd@x21g2000yqa.googlegroups.com> <8f4ba975-5441-4b42-89ad-b53373a59eb9@g19g2000yqc.googlegroups.com> <53250ca8-da19-47a9-a9b1-3cd1653fb05f@y4g2000yqy.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 13 Jul 2010 19:12:01 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="KCXegvZb5vh43D+f3BR6Ew"; logging-data="24535"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/60YgY+c6ISsr+0NQOQZHmCa8pvCPif/o=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:TjOB8LT4QGRbRLPKatxc8Y+7le4= sha1:mv1/zux86rNGeDGB3nzTlnFymsk= Xref: g2news1.google.com comp.lang.ada:12398 Date: 2010-07-13T20:11:59+01:00 List-Id: jonathan writes: > On Jul 12, 9:13 pm, Simon Wright wrote: >> jonathan writes: >> > Finally! The test routine is user unfriendly.  (I hope you fix it up >> > for the rest of us.) You have to enter numbers. >> >> Actually, there's a file test_generic_complex_eigenvalues.dat ... > > ... and you have to enter these somehow, without prompt or > instruction. To a Unix fanboi, this seems obvious :-) > In my Linux BASH shell it seems to be straightforward: > > ./test_generic_complex_eigenvalues < > test_generic_complex_eigenvalues.dat > output.txt > > I hope that's right. Now if I compare with the expected output, > > diff output.txt test_generic_complex_eigenvalues.out > > I find that all of the numbers in the 2 files are different. Anything > to worry about? (I say no;-) I found that not all of the numbers were different. Some of the differences were very small. Sometimes vectors were given in the opposite order (there's a note in the AI about that not being a problem). The internal checks did all pass, so presumably the differences are tolerable. But IANAM so I don't know!