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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.DFxaDADwSkn+6wW9Ah21PA.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT vs Matlab - operation on multidimensional complex matrices Date: Tue, 31 Mar 2020 20:20:43 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <6c2c0e35-af07-4169-8be5-464ec7fd0fd5@googlegroups.com> NNTP-Posting-Host: DFxaDADwSkn+6wW9Ah21PA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) Cancel-Lock: sha1:r2p9OcmE85+jj0Vl8v7FA3/bliQ= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58261 Date: 2020-03-31T20:20:43+01:00 List-Id: Shark8 writes: > Ok then; the following should have convention Fortran IIRC: > > type tCubeReal is array (1..NumChannels, 1..NumAngles, 1..NumRanges) of mReal > with Convention => Fortran; I wondered about this; the code ran considerably slower with Convention => Fortran.