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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,1ce0ce3b2db00698 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.162 with SMTP id wj2mr9853469pbc.2.1340752434309; Tue, 26 Jun 2012 16:13:54 -0700 (PDT) Path: l9ni23607pbj.0!nntp.google.com!news1.google.com!news2.google.com!news.glorb.com!news.netfront.net!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: how to print an array range? Date: Tue, 26 Jun 2012 16:13:47 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: <4fe9bf33$0$6566$9b4e6d93@newsspool4.arcor-online.net> <33dku79r14uuvmlgpodg9ri7prnq9v5f94@invalid.netcom.com> NNTP-Posting-Host: 184.20.201.198 Mime-Version: 1.0 X-Trace: adenine.netfront.net 1340752433 50194 184.20.201.198 (26 Jun 2012 23:13:53 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Tue, 26 Jun 2012 23:13:53 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 In-Reply-To: <33dku79r14uuvmlgpodg9ri7prnq9v5f94@invalid.netcom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-06-26T16:13:47-07:00 List-Id: On 06/26/2012 03:30 PM, Dennis Lee Bieber wrote: >> > It could simplify the mapping of real-world coordinates to a scaled > integer coordinate frame when negative coordinates are permitted. The type in question, Real_Matrix, is intended to model mathematical matrices, not to be a general-purpose array. The only definitions I've seen of mathematical matrices look like An MxN matrix X is defined as +- -+ |x(1,1) x(1,2) ... x(1,N)| X = |x(2,1) x(2,2) ... x(2,N)| |... | |x(M,1) x(M,2) ... x(M,N)| +- -+ except the indices are subscript, not in parentheses. In other words, a lower bound of 1 is part of the definition of a matrix. Of course, I'm not a mathematician, so I might be mistaken. -- Jeff Carter "People called Romanes, they go the house?" Monty Python's Life of Brian 79 --- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---