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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,2b8382e0387f53c5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f35g2000vbr.googlegroups.com!not-for-mail From: marius63 Newsgroups: comp.lang.ada Subject: Re: Eigenvalues to find roots of polynomials Date: Wed, 27 Jul 2011 02:33:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <24824704-f59e-4127-977d-fcfb85e771d7@f35g2000vbr.googlegroups.com> References: <3ec148c9-a033-40a1-bc32-1aa52867478a@e35g2000yqc.googlegroups.com> <8d424bae-53cb-4418-8ec1-1fbf3ec260e3@y16g2000yqk.googlegroups.com> NNTP-Posting-Host: 193.136.39.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1311759338 16450 127.0.0.1 (27 Jul 2011 09:35:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jul 2011 09:35:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f35g2000vbr.googlegroups.com; posting-host=193.136.39.10; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: LECRUANKH X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/4.1.3 Safari/533.19.4,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21352 Date: 2011-07-27T02:33:48-07:00 List-Id: > > > ... > You might also like the test program, croot.adb. I do, I've read this program, it's wonderful, and I'll use it someday, but now I needed to avoid Makefiles, and found writing my own test program easier for that. Thanks.