From 009a9b1b085912eb96926597af8e5da96e8b4a9f Mon Sep 17 00:00:00 2001 From: Noobie99 Date: Fri, 2 Feb 2024 19:52:58 +0100 Subject: change fft, ntt and bitwise transforms --- math/math.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/math.tex') diff --git a/math/math.tex b/math/math.tex index b986770..3ffbb41 100644 --- a/math/math.tex +++ b/math/math.tex @@ -256,7 +256,9 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch: %\lstinputlisting{math/fft.cpp} %\lstinputlisting{math/ntt.cpp} %\textcolor{safeOrange}{$\blacksquare$} NTT code, %\textcolor{safeGreen}{$\blacksquare$} FFT code - \sourcecode{math/transforms/all.cpp} + \sourcecode{math/transforms/fft.cpp} + \sourcecode{math/transforms/ntt.cpp} + \sourcecode{math/transforms/bitwiseTransforms.cpp} Multiplikation mit 2 transforms statt 3: (nur benutzten wenn nötig!) \sourcecode{math/transforms/fftMul.cpp} \end{algorithm} -- cgit v1.2.3