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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d275ad890e7b3ecc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.220.12 with SMTP id hw12mr565106qab.8.1347992181578; Tue, 18 Sep 2012 11:16:21 -0700 (PDT) Received: by 10.52.91.47 with SMTP id cb15mr541102vdb.11.1347992181498; Tue, 18 Sep 2012 11:16:21 -0700 (PDT) Path: t12ni13859336qak.0!nntp.google.com!v8no96693qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Sep 2012 11:16:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.211.10.210; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB NNTP-Posting-Host: 84.211.10.210 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4829eef7-891e-434e-8795-a75a5b38aa7f@googlegroups.com> Subject: Re: problem with Real_Matrix*Real_Matrix From: =?ISO-8859-1?Q?Egil_H=F8vik?= Injection-Date: Tue, 18 Sep 2012 18:16:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-18T11:16:21-07:00 List-Id: On Monday, September 17, 2012 3:37:15 PM UTC+2, reinkor wrote: > > Put(r*M); > As Anatoly pointed out, the bug is in Vector_Matrix_Product. There's also a Matrix_Vector_Product, so you can probably work around the bug by doing M*r instead. -- ~egilhh