kmul
, ksquare
, ktmul
umul
と同様だが, 次数が大きくなっても
FFT を用いた高速化は行わない.
[0] load("code/fff"); 1 [34] setmod_ff(defpoly_mod2(160)); x^160+x^5+x^3+x^2+1 [35] A=randpoly_ff(100,x)$ [36] B=randpoly_ff(100,x)$ [37] umul(A,B)$ umul : invalid argument return to toplevel [37] kmul(A,B)$
Go to the first, previous, next, last section, table of contents.