From a840b20ebb24217626d3aadb4ccdd04f265d210d Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Sat, 15 Feb 2025 16:21:45 +0100 Subject: add link to math/transforms/ directory --- content/math/math.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'content/math/math.tex') 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} -- cgit v1.2.3