diff options
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}
|
