You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in univariate polynomial-by-polynomial multiplication, it uses the naive approach which takes $O(n^2)$. But if we utilize FFT, it can be reduced to $O(nlogn)$
Currently, in univariate polynomial-by-polynomial multiplication, it uses the naive approach which takes$O(n^2)$ . But if we utilize FFT, it can be reduced to $O(nlogn)$
tachyon/tachyon/math/polynomials/univariate/univariate_polynomial_ops.h
Lines 460 to 462 in ec92fa4
Reference: https://www.cs.toronto.edu/~denisp/csc373/docs/tutorial3-adv-writeup.pdf
The text was updated successfully, but these errors were encountered: