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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fded8d14c74b14e5,start X-Google-Attributes: gid103376,public From: Tucker Taft Subject: Re: Looking for Ada Technique Name and References Date: 2000/02/18 Message-ID: <38ADCB0C.A66B8F2B@averstar.com>#1/1 X-Deja-AN: 587249469 Content-Transfer-Encoding: 7bit References: <88kegp$iso$1@coward.ks.cc.utah.edu> <88kh6q$j4j$1@coward.ks.cc.utah.edu> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@inmet2.burl.averstar.com X-Trace: inmet2.burl.averstar.com 950913804 8862 141.199.8.164 (18 Feb 2000 22:43:24 GMT) Organization: AverStar (formerly Intermetrics) Burlington, MA USA Mime-Version: 1.0 NNTP-Posting-Date: 18 Feb 2000 22:43:24 GMT Newsgroups: comp.lang.ada Date: 2000-02-18T22:43:24+00:00 List-Id: John Halleck wrote: > > > John Halleck (nahaj@u.cc.utah.edu) wrote: > > : I would appreciate it if someone could give me the name and a > > : print reference for the following technique. > > > Someone Replied: > > > It is called overloading. > > It uses overloading, but that was not the technique I was trying > to get accross. > > The technique in question is turning the what is normally written > as two function calls (More or less:) > "*" (Transpose (A), B) > into a type mark and a single function call to a special function > that can handle it all more effeciently. I've never seen it before, but I would call it "clever" ;-). (Maybe too clever? Perhaps a Transpose_And_Multiply(A, B) would be more explicit...). -- -Tucker Taft stt@averstar.com http://www.averstar.com/~stt/ Technical Director, Distributed IT Solutions (www.averstar.com/tools) AverStar (formerly Intermetrics, Inc.) Burlington, MA USA