summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2025-02-15 16:21:45 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2025-02-15 16:21:45 +0100
commita840b20ebb24217626d3aadb4ccdd04f265d210d (patch)
treefef9c9d4fc8abeb8f742d51474c98a392c78f1be
parent57d99fb1601940a45aea30037396ddf0fb7c9c3d (diff)
add link to math/transforms/ directory
-rw-r--r--content/math/math.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/content/math/math.tex b/content/math/math.tex
index 4f466cf..2509e27 100644
--- a/content/math/math.tex
+++ b/content/math/math.tex
@@ -323,6 +323,12 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch:
\begin{algorithm}{Polynome, FFT, NTT \& andere Transformationen}
\label{fft}
Multipliziert Polynome $A$ und $B$.
+ \ifthenelse{\isundefined{\srclink}}{}{%
+ \hfill
+ \begin{ocg}[printocg=never]{Source links}{srclinks}{1}%
+ \href{\srclink{math/transforms/}}{\faExternalLink}%
+ \end{ocg}%
+ }
\begin{itemize}
\item $\deg(A \cdot B) = \deg(A) + \deg(B)$
\item Vektoren \code{a} und \code{b} müssen mindestens Größe
@@ -332,8 +338,6 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch:
\item \emph{or} Transform berechnet sum over subsets
$\rightarrow$ inverse für inclusion/exclusion
\end{itemize}
- %\sourcecode{math/fft.cpp}
- %\sourcecode{math/ntt.cpp}
\sourcecode{math/transforms/fft.cpp}
\sourcecode{math/transforms/ntt.cpp}
\sourcecode{math/transforms/bitwiseTransforms.cpp}