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,f4f9a5641fe807e0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!fu-berlin.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions 20101223 Date: Fri, 24 Dec 2010 18:30:26 +0000 Organization: A noiseless patient Spider Message-ID: References: <51ca5802-9f84-4009-a5a6-2b7a7f15df3b@fo10g2000vbb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx03.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="16168"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ZHZz6+/OE+Qy/MwMTSyh9VYNWkqofVuU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:t8yiVLtHOqHUHrcAYcegKqoasuI= sha1:4LWdSUWrTM9BC2ujrHuqeKg99ig= Xref: g2news2.google.com comp.lang.ada:17098 Date: 2010-12-24T18:30:26+00:00 List-Id: Ada novice writes: > On Dec 23, 11:21 pm, Simon Wright wrote: >> This release is now available at http://sourceforge.net/projects/gnat-math-extn/files/20101223/ >> > > Thanks Simon. I was just wondering which file to compile. I opened > test_extensions.gpr as usual. I see that the file test_extensions.adb > is the same as in earlier version and this was the one that I used to > set as main. You have some file ending with _eigenvalues now and I > would like to know which one to set as the main file. I am not > familiar with AUnit. The new subprogram is in src/ada_numerics-generic_arrays.ad[bs] with the others. Compiling test_extensions.adb using test_extensions.gpr will go ahead and build it with the new library source. Unfortunately I forgot to update test_extensions.adb to use the new subprogram; so there are no hints about the calling sequence. You can see how it works in test/real_generalized_eigenvalues.adb (eg, line 361). As I think I've said before, test_extensions.adb should really be called demonstrate_extensions.adb; a test program really ought to state the expected results! > Best wishes for the end-of-year festivities Thanks very much! and the same to you ...