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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!y4g2000yqy.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Mon, 12 Jul 2010 14:09:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: <53250ca8-da19-47a9-a9b1-3cd1653fb05f@y4g2000yqy.googlegroups.com> References: <23f0d8f1-e7bd-4af9-a0ee-cea85cbff4bd@x21g2000yqa.googlegroups.com> <8f4ba975-5441-4b42-89ad-b53373a59eb9@g19g2000yqc.googlegroups.com> NNTP-Posting-Host: 143.117.23.236 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278968983 9370 127.0.0.1 (12 Jul 2010 21:09:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 12 Jul 2010 21:09:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y4g2000yqy.googlegroups.com; posting-host=143.117.23.236; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2010062510 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12358 Date: 2010-07-12T14:09:43-07:00 List-Id: On Jul 12, 9:13=A0pm, Simon Wright wrote: > jonathan writes: > > Finally! The test routine is user unfriendly. =A0(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. 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;-) J.