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,fc8a2da9c5b19088,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail From: Ken Thomas Newsgroups: comp.lang.ada Subject: Ada.Numerics.Generic_Real_Arrays: Problem with Transpose Date: Fri, 27 Jul 2007 01:59:47 -0700 Organization: http://groups.google.com Message-ID: <1185526787.290787.128210@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: 152.78.70.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1185526787 10043 127.0.0.1 (27 Jul 2007 08:59:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Jul 2007 08:59:47 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g4g2000hsf.googlegroups.com; posting-host=152.78.70.10; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1216 Date: 2007-07-27T01:59:47-07:00 List-Id: There is an error in the transpose function in the library Ada.Numerics.Generic_Real_Arrays in the GNAT GPL 2007 edition; it returns the matrix unchanged not the transpose. I am using the windows version. I discovered it after getting some strange results in my Finite Element code, other users should check their code. A workaround is trivial and I have reported it to Adacore. In other respects, this library is a valuable contribution for those involved in numerical computation. Ken