[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Matrix multiplication / exponentiation
From: |
Ben Pfaff |
Subject: |
Re: Matrix multiplication / exponentiation |
Date: |
Wed, 6 Apr 2022 07:58:51 -0700 |
You are right. I applied a fix. Thank you!
On Wed, Apr 6, 2022 at 7:50 AM Friedrich Beckmann
<friedrich.beckmann@gmx.de> wrote:
>
> I found the following during translation:
>
> https://git.savannah.gnu.org/cgit/pspp.git/tree/src/language/stats/matrix.c#n3386
>
> Shouldn’t that be exponentiation instead of multiplication?
>
> Fritz