Open jakobkroeker opened 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
F_2
Modular<double>
todo:
ModularBalanced<double>
offtopic remark: since the ffpack authors use ModularBalanced<double> by default, Modular<double> was not well-tested.
to get
F_2
work using fflas-ffpack we switched toModular<double>
. But forModular<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-exI7Jr0Jtodo:
F_2
andModularBalanced<double>
offtopic remark: since the ffpack authors use
ModularBalanced<double>
by default,Modular<double>
was not well-tested.