+to an asynchronous iterative scheme of the form:\\
+%% \begin{algorithm}[H]
+%% \caption{Asynchronous iterative scheme}\label{algo:ch6p2async}
+%% \begin{Algo}
+%% $x^{0}=(x_{1}^{0},...,x_{n}^{0})$\\
+%% \textbf{for} $t=0,1,...$\\
+%% \>\textbf{for} $i=1,...,n$\\
+%% \>\>$x_{i}^{t+1}=\left\{
+%% \begin{array}[h]{ll}
+%% x_i^t & \text{if } i \text{ is \emph{not} updated at iteration } i\\
+%% f_i(x_1^{s_1^i(t)},...,x_n^{s_n^i(t)}) & \text{if } i \text{ is updated at iteration } i
+%% \end{array}
+%% \right.$\\
+%% \>\textbf{endfor}\\
+%% \textbf{endfor}
+%% \end{Algo}
+%% \end{algorithm}