jakobkroeker / M2

The primary source code repository for Macaulay2
1 stars 0 forks source link

fflas-ffpack: usage of Modular<double> and getMaxModulus() #65

Open jakobkroeker opened 10 years ago

jakobkroeker commented 10 years ago

to get F_2 work using fflas-ffpack we switched to Modular<double>. But for Modular<double> the threshhold bound for delayed modular reduction in matrix-matrix computations was incorrectly computed, see https://groups.google.com/d/msg/ffpack-devel/aAEMSKIFT5I/9J5-exI7Jr0J

todo:

offtopic remark: since the ffpack authors use ModularBalanced<double> by default, Modular<double> was not well-tested.