diff --git a/chapters/arrays.tex b/chapters/arrays.tex index 6767cfe96..c4c49aeca 100644 --- a/chapters/arrays.tex +++ b/chapters/arrays.tex @@ -355,8 +355,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a Returns the least element of the scalars \lstinline!x! and \lstinline!y!; as defined by \lstinline!!.\\ \hline \begin{tabular}{@{}p{4cm}@{}} \lstinline[mathescape=true]!max(e(i, $\ldots$, j)!\\ -\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ -\lstinline[mathescape=true]! j in v)! +\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ +\lstinline[mathescape=true]! j in v)! \end{tabular} & \begin{tabular}{@{}p{10cm}@{}} @@ -389,8 +389,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a \end{tabular}\\ \hline \begin{tabular}{@{}p{5cm}@{}} \lstinline[mathescape=true]!sum(e(i, $\ldots$, j)!\\ -\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ -\lstinline[mathescape=true]! j in v)! +\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ +\lstinline[mathescape=true]! j in v)! \end{tabular} & \begin{tabular}{@{}p{10cm}@{}} @@ -412,8 +412,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a \end{tabular}\\ \hline \begin{tabular}{@{}p{4cm}@{}} \lstinline[mathescape=true]!product(e(i, $\ldots$, j)!\\ -\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ -\lstinline[mathescape=true]! j in v)! +\lstinline[mathescape=true]! for i in u, $\ldots$,!\\ +\lstinline[mathescape=true]! j in v)! \end{tabular} & \begin{tabular}{@{}p{10cm}@{}}