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 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Looking for Ada Technique Name and References Date: 2000/02/22 Message-ID: #1/1 X-Deja-AN: 588300935 References: <88svc0$nkj$1@coward.ks.cc.utah.edu> X-Complaints-To: abuse@pacbell.net X-Trace: nnrp1-w.snfc21.pbi.net 951206750 206.170.2.10 (Tue, 22 Feb 2000 00:05:50 PST) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 22 Feb 2000 00:05:50 PST Newsgroups: comp.lang.ada Date: 2000-02-22T00:00:00+00:00 List-Id: > type Transpose is new Matrix; > D := Transpose (E) * F; -- D gets the result of multiplying E'F Perhaps there's a term for it among magicians. You get the audience's attention focused on what you seem to be doing to E, and they don't notice that you're actually doing something to '*' instead. Is this for an obfuscated code contest?