diff options
Diffstat (limited to 'math/transforms/all.cpp')
| -rw-r--r-- | math/transforms/all.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/transforms/all.cpp b/math/transforms/all.cpp index 22cd5b5..66e6a41 100644 --- a/math/transforms/all.cpp +++ b/math/transforms/all.cpp @@ -3,8 +3,7 @@ constexpr ll root = 3;*/ using cplx = complex<double>; -@\hl{NTT, xor, or, and}@ -//void fft(vector<ll> &a, bool inverse = 0) { +//void fft(vector<ll> &a, bool inverse = 0) { @\hl{NTT, xor, or, and}@ void fft(vector<cplx>& a, bool inverse = 0) { int n = a.size(); for (int i = 0, j = 1; j < n - 1; ++j) { |
