linbox-team / fflas-ffpack

FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package
http://linbox-team.github.io/fflas-ffpack/
GNU Lesser General Public License v2.1
57 stars 23 forks source link

don't convert when Field==Modular<double> #362

Closed ClementPernet closed 2 years ago

ClementPernet commented 2 years ago

When fgemm is launched with Modular<double> one should definitely stick to this field and not try to convert to ModularBalanced`. Suprisingly, the corresponding test was missing. This PR adds it and fixes #361 in the process.

vneiger commented 2 years ago

This is fine, test suite passed and there is no slowdown anymore (#361 fixed).