diff options
| author | Noobie99 <noob999noob999@gmail.com> | 2024-02-02 19:52:58 +0100 |
|---|---|---|
| committer | Noobie99 <noob999noob999@gmail.com> | 2024-02-02 19:52:58 +0100 |
| commit | 009a9b1b085912eb96926597af8e5da96e8b4a9f (patch) | |
| tree | a88e676b596e00f8338110344b2865cdd26fd089 /math/math.tex | |
| parent | 3aa6d97a451a7bac3667d35639c0d100b89e8933 (diff) | |
change fft, ntt and bitwise transforms
Diffstat (limited to 'math/math.tex')
| -rw-r--r-- | math/math.tex | 4 |
1 files changed, 3 insertions, 1 deletions
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}
|
