From e051a4ed9b70bb2363732d1c97f94746a08ed25b Mon Sep 17 00:00:00 2001 From: MZuenni Date: Tue, 14 Feb 2023 17:49:01 +0100 Subject: rearranged math --- math/transforms/all.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/transforms') 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; -@\hl{NTT, xor, or, and}@ -//void fft(vector &a, bool inverse = 0) { +//void fft(vector &a, bool inverse = 0) { @\hl{NTT, xor, or, and}@ void fft(vector& a, bool inverse = 0) { int n = a.size(); for (int i = 0, j = 1; j < n - 1; ++j) { -- cgit v1.2.3