Second round of changes II

This commit is contained in:
Andreas Tsouchlos 2023-01-27 00:21:51 +01:00
parent 0455d16fce
commit c5e555c123
2 changed files with 3 additions and 4 deletions

View File

@ -44,11 +44,10 @@
\begin{minipage}[c]{0.4\textwidth} \begin{minipage}[c]{0.4\textwidth}
\raggedleft \raggedleft
\begin{flalign*} \begin{flalign*}
\mathcal{I} &\equiv \left\{\text{``Set of all variable nodes''}\right\} &\\ \mathcal{I} &\equiv \left[1\text{ : }n\right],\hspace{2mm} \mathcal{J} \equiv \left[1\text{ : }m\right] \\
\mathcal{J} &\equiv \left\{\text{``Set of all check nodes''}\right\} &\\
\mathcal{A}\left( i \right) &\equiv \left\{j | j\in \mathcal{J}, \mathcal{A}\left( i \right) &\equiv \left\{j | j\in \mathcal{J},
\boldsymbol{H}_{j,i} = 1 \boldsymbol{H}_{j,i} = 1
\right\}, i \in \mathcal{I}&\\ \right\}, i \in \mathcal{I}\\
\end{flalign*} \end{flalign*}
\end{minipage} \end{minipage}
\hfill \hfill

View File

@ -78,7 +78,7 @@
\vspace*{-0.5cm} \vspace*{-0.5cm}
\begin{itemize} \begin{itemize}
\item $\mathcal{O}\left(n \right) $ time complexity - same as BP; \item $\mathcal{O}\left(n \right) $ time complexity - same as BP;
only multiplication and addition necessary only multiplication and addition necessary \cite{proximal_paper}
\item Measured performance: $\sim\SI{10000}{}$ frames/s \item Measured performance: $\sim\SI{10000}{}$ frames/s
on Intel Core i7-7700HQ @ 2.80GHz; $n=204$ on Intel Core i7-7700HQ @ 2.80GHz; $n=204$
\end{itemize} \end{itemize}