Added return statements to algorithms
This commit is contained in:
parent
c2e41ecf6a
commit
ff0e2beea0
@ -195,6 +195,7 @@ while stopping critierion unfulfilled do
|
||||
$r_i \leftarrow r_i + \omega \left( s_i - y_i \right)$
|
||||
end for
|
||||
end while
|
||||
return $\boldsymbol{s}$
|
||||
\end{genericAlgorithm}
|
||||
|
||||
\caption{Proximal decoding}
|
||||
@ -224,6 +225,7 @@ while stopping criterion unfulfilled do
|
||||
|\vspace{7mm}\Reactivatenumber|
|
||||
end for
|
||||
end while
|
||||
return $\tilde{\boldsymbol{c}}$
|
||||
\end{genericAlgorithm}
|
||||
\caption{\ac{LP} decoding using \ac{ADMM}}
|
||||
\label{fig:comp:message_passing:admm}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user