linbox-team/fflas-ffpack

Simpler version fsyr2k

Closed this issue · 2 comments

Replace the divide & Conquer algorithm by

  1. Low(C) = 0
  2. C+= AB^T
  3. Up(C) += Low(C)^T

Better constant, in the time complexity and fewer moduli

And add a test-fsyr2k !!!

Fixed by #296