linbox-team/fflas-ffpack

Problem with 2x2-fgemm in tutorials

zhaoli-IHEP opened this issue · 1 comments

The result of 2x2-fgemm in tutorials gives

A:=
 1  2  3
 4  5  6

B:=
 7
 8
 9

 ** On entry to SGEMM  parameter number 10 had an illegal value
C:=
 0
 0
 modulo 11

Hi,
Thanks for the report. This is indeed an embarrassing bug for a tutorial! I just pushed a fix to master.